From dd412015ad344e5932627f6010860d69d12cee9b Mon Sep 17 00:00:00 2001 From: Tuna Celik Date: Thu, 29 Jan 2026 10:58:10 +0100 Subject: [PATCH] as long as "i" is not incremented, the value will be always 0 --- rpcs3/Emu/System.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index 0fa9300cc2..9d780e6c4d 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -3415,6 +3415,7 @@ void Emulator::Kill(bool allow_autoexit, bool savestate, savestate_stage* save_s } thread_ctrl::wait_for(5'000); + i++; } while (thread_ctrl::state() != thread_state::aborting)