mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-17 04:39:34 +00:00
Reschedule in sceUmdWaitDriveStatCB().
__KernelForceCallbacks() used to be it shouldn't.
This commit is contained in:
parent
92e519c24b
commit
000884fadb
@ -283,6 +283,8 @@ void sceUmdWaitDriveStatCB(u32 stat, u32 timeout)
|
||||
__UmdWaitStat(timeout);
|
||||
__KernelWaitCurThread(WAITTYPE_UMD, 1, stat, 0, true);
|
||||
}
|
||||
else if (driveCBId != -1)
|
||||
__KernelReSchedule("umd stat waited");
|
||||
}
|
||||
|
||||
void sceUmdCancelWaitDriveStat()
|
||||
|
Loading…
x
Reference in New Issue
Block a user