Skip to content

Commit

Permalink
Merge pull request #13368 from shenweip/thread
Browse files Browse the repository at this point in the history
Reschedule after resuming thread from suspend.
  • Loading branch information
hrydgard authored Sep 1, 2020
2 parents 5043f05 + 8b5530e commit e8c2fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/HLE/sceKernelThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8c2fce

Please sign in to comment.