mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Don't reschedule in sceKernelCheckCallback().
This commit is contained in:
parent
3f43ab5bb5
commit
771cf39811
1 changed files with 0 additions and 2 deletions
|
@ -1891,8 +1891,6 @@ void sceKernelCheckCallback() {
|
|||
__KernelExecutePendingMipsCalls();
|
||||
} else {
|
||||
RETURN(0);
|
||||
DEBUG_LOG(HLE,"sceKernelCheckCallback() - no callbacks to process, simply rescheduling");
|
||||
__KernelReSchedule(false, "checkcallbackhack");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue