summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-01 07:25:49 +0200
committerGitHub <noreply@github.com>2018-08-01 07:25:49 +0200
commit703663d7619a10c32f4e34164f77180b9de3b901 (patch)
treef366a356ae838d9902ae45c3b26422fc0ade496f /src/core
parentMerge pull request #871 from bunnei/audio-config (diff)
parentkernel/thread: Remove unimplemented function prototype (diff)
downloadyuzu-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
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/thread.h6
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();