mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Properly return success in sceKernelWakeupThread().
Fixes #1596, fixes #1796, possibly others. I can't believe how long I stared at this code and debugged it without noticing such a simple thing...
This commit is contained in:
parent
b6b915bf77
commit
8adf1e9ede
1 changed files with 1 additions and 0 deletions
|
@ -2349,6 +2349,7 @@ void sceKernelWakeupThread()
|
|||
VERBOSE_LOG(HLE,"sceKernelWakeupThread(%i) - woke thread at %i", uid, t->nt.wakeupCount);
|
||||
__KernelResumeThreadFromWait(uid);
|
||||
hleReSchedule("thread woken up");
|
||||
RETURN(0);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Reference in a new issue