as long as "i" is not incremented, the value will be always 0

This commit is contained in:
Tuna Celik 2026-01-29 10:58:10 +01:00
parent 28e0b93826
commit dd412015ad

View File

@ -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)