mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #13368 from shenweip/thread
Reschedule after resuming thread from suspend.
This commit is contained in:
commit
e8c2fce1b1
1 changed files with 1 additions and 0 deletions
|
@ -2802,6 +2802,7 @@ int sceKernelResumeThread(SceUID threadID)
|
|||
// If it was dormant, waiting, etc. before we don't flip its ready state.
|
||||
if (t->nt.status == 0)
|
||||
__KernelChangeReadyState(t, threadID, true);
|
||||
hleReSchedule("resume thread from suspend");
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue