mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
rsx: Fix typo in VBLANK processing regarding emulation pause
This commit is contained in:
parent
58040d478a
commit
4369fb234e
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ namespace rsx
|
|||
|
||||
while (Emu.IsPaused() && !is_stopped())
|
||||
{
|
||||
thread_ctrl::wait_for(wait_sleep);
|
||||
thread_ctrl::wait_for(5'000);
|
||||
}
|
||||
|
||||
// Restore difference
|
||||
|
|
Loading…
Add table
Reference in a new issue