Skip to content

Commit

Permalink
Reschedule after resuming thread from suspend.
Browse files Browse the repository at this point in the history
  • Loading branch information
shenweip committed Sep 1, 2020
1 parent 77ac80d commit 8b5530e
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 8b5530e

Please sign in to comment.