rsx: Fix typo in VBLANK processing regarding emulation pause

This commit is contained in:
Eladash 2021-10-29 21:51:17 +03:00 committed by Megamouse
parent 58040d478a
commit 4369fb234e
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ namespace rsx
while (Emu.IsPaused() && !is_stopped()) while (Emu.IsPaused() && !is_stopped())
{ {
thread_ctrl::wait_for(wait_sleep); thread_ctrl::wait_for(5'000);
} }
// Restore difference // Restore difference