summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-01 05:21:36 +0200
committerLioncash <mathew1800@gmail.com>2018-08-01 05:21:38 +0200
commit49e198b20db78c036b00be599448e386b2029c73 (patch)
tree1c42e12810223019e2db91ae4fdbf89d7311c1b5 /src/core
parentMerge pull request #877 from lioncash/remove (diff)
downloadyuzu-49e198b20db78c036b00be599448e386b2029c73.tar
yuzu-49e198b20db78c036b00be599448e386b2029c73.tar.gz
yuzu-49e198b20db78c036b00be599448e386b2029c73.tar.bz2
yuzu-49e198b20db78c036b00be599448e386b2029c73.tar.lz
yuzu-49e198b20db78c036b00be599448e386b2029c73.tar.xz
yuzu-49e198b20db78c036b00be599448e386b2029c73.tar.zst
yuzu-49e198b20db78c036b00be599448e386b2029c73.zip
Diffstat (limited to 'src/core')
-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();