mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Fix Savestates recent regression
This commit is contained in:
parent
7fc0f69e48
commit
665bb83297
3 changed files with 22 additions and 8 deletions
|
|
@ -961,7 +961,7 @@ namespace rsx
|
|||
}
|
||||
|
||||
// Wait for startup (TODO)
|
||||
while (!rsx_thread_running || Emu.IsPaused())
|
||||
while (!rsx_thread_running || Emu.IsPausedOrReady())
|
||||
{
|
||||
// Execute backend-local tasks first
|
||||
do_local_task(performance_counters.state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue