mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-27 20:15:32 +00:00
Correct skipped parameter for deferred resched.
Forgot to check callbacks, oops.
This commit is contained in:
parent
cf9b5744bb
commit
e150cc5c03
@ -226,7 +226,8 @@ void hleReSchedule(const char *reason)
|
||||
void hleReSchedule(bool callbacks, const char *reason)
|
||||
{
|
||||
hleReSchedule(reason);
|
||||
hleAfterSyscall |= HLE_AFTER_RESCHED_CALLBACKS;
|
||||
if (callbacks)
|
||||
hleAfterSyscall |= HLE_AFTER_RESCHED_CALLBACKS;
|
||||
}
|
||||
|
||||
inline void hleFinishSyscall()
|
||||
|
Loading…
x
Reference in New Issue
Block a user