Don't reschedule in sceKernelCheckCallback().

This commit is contained in:
Unknown W. Brackets 2012-12-08 01:23:27 -08:00
parent 3f43ab5bb5
commit 771cf39811

View File

@ -1891,8 +1891,6 @@ void sceKernelCheckCallback() {
__KernelExecutePendingMipsCalls();
} else {
RETURN(0);
DEBUG_LOG(HLE,"sceKernelCheckCallback() - no callbacks to process, simply rescheduling");
__KernelReSchedule(false, "checkcallbackhack");
}
}