From 4369fb234ead41743fb99af35ea6ed1280200f36 Mon Sep 17 00:00:00 2001 From: Eladash Date: Fri, 29 Oct 2021 21:51:17 +0300 Subject: [PATCH] rsx: Fix typo in VBLANK processing regarding emulation pause --- rpcs3/Emu/RSX/RSXThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/RSXThread.cpp b/rpcs3/Emu/RSX/RSXThread.cpp index 3d0bcd2902..628c50a56f 100644 --- a/rpcs3/Emu/RSX/RSXThread.cpp +++ b/rpcs3/Emu/RSX/RSXThread.cpp @@ -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