mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12: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())
|
while (Emu.IsPaused() && !is_stopped())
|
||||||
{
|
{
|
||||||
thread_ctrl::wait_for(wait_sleep);
|
thread_ctrl::wait_for(5'000);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Restore difference
|
// Restore difference
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue