diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-01 07:25:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 07:25:49 +0200 |
commit | 703663d7619a10c32f4e34164f77180b9de3b901 (patch) | |
tree | f366a356ae838d9902ae45c3b26422fc0ade496f | |
parent | Merge pull request #871 from bunnei/audio-config (diff) | |
parent | kernel/thread: Remove unimplemented function prototype (diff) | |
download | yuzu-703663d7619a10c32f4e34164f77180b9de3b901.tar yuzu-703663d7619a10c32f4e34164f77180b9de3b901.tar.gz yuzu-703663d7619a10c32f4e34164f77180b9de3b901.tar.bz2 yuzu-703663d7619a10c32f4e34164f77180b9de3b901.tar.lz yuzu-703663d7619a10c32f4e34164f77180b9de3b901.tar.xz yuzu-703663d7619a10c32f4e34164f77180b9de3b901.tar.zst yuzu-703663d7619a10c32f4e34164f77180b9de3b901.zip |
-rw-r--r-- | src/core/hle/kernel/thread.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index a456745a1..3a96db5f3 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -288,12 +288,6 @@ Thread* GetCurrentThread(); void WaitCurrentThread_Sleep(); /** - * Waits the current thread from an ArbitrateAddress call - * @param wait_address Arbitration address used to resume from wait - */ -void WaitCurrentThread_ArbitrateAddress(VAddr wait_address); - -/** * Stops the current thread and removes it from the thread_list */ void ExitCurrentThread(); |