mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-28 03:44:07 +01:00
changed a comment
This commit is contained in:
@@ -354,7 +354,7 @@ void __KernelReschedule(const char *reason) {
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/// Wait thread - on WaitSynchronization
|
||||
/// Put current thread in a wait state - on WaitSynchronization
|
||||
void __KernelWaitThread_Synchronization() {
|
||||
// TODO(bunnei): Just a placeholder function for now... FixMe
|
||||
__KernelWaitCurThread(WAITTYPE_SYNCH, "waitSynchronization called");
|
||||
|
||||
Reference in New Issue
Block a user