Fix Savestates recent regression

This commit is contained in:
Elad 2025-01-28 18:49:19 +02:00 committed by GitHub
parent 7fc0f69e48
commit 665bb83297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 8 deletions

View file

@ -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);