mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 04:11:04 +00:00
Thread: Remove orphan function declaration
This commit is contained in:
parent
c91d2e959b
commit
26f1524053
@ -135,9 +135,6 @@ void WaitCurrentThread(WaitType wait_type, Object* wait_object = GetCurrentThrea
|
|||||||
*/
|
*/
|
||||||
void WaitCurrentThread(WaitType wait_type, Object* wait_object, VAddr wait_address);
|
void WaitCurrentThread(WaitType wait_type, Object* wait_object, VAddr wait_address);
|
||||||
|
|
||||||
/// Put current thread in a wait state - on WaitSynchronization
|
|
||||||
void WaitThread_Synchronization();
|
|
||||||
|
|
||||||
/// Initialize threading
|
/// Initialize threading
|
||||||
void ThreadingInit();
|
void ThreadingInit();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user