mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-12 16:06:11 +00:00
Don't reschedule in sceKernelCheckCallback().
This commit is contained in:
parent
3f43ab5bb5
commit
771cf39811
@ -1891,8 +1891,6 @@ void sceKernelCheckCallback() {
|
||||
__KernelExecutePendingMipsCalls();
|
||||
} else {
|
||||
RETURN(0);
|
||||
DEBUG_LOG(HLE,"sceKernelCheckCallback() - no callbacks to process, simply rescheduling");
|
||||
__KernelReSchedule(false, "checkcallbackhack");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user