Fix for an emulation shutdown hang

This commit is contained in:
Tuna Celik
2026-01-29 22:25:56 +01:00
committed by GitHub
parent b7311bd6db
commit 086ab3cb37
+1 -1
View File
@@ -3393,7 +3393,7 @@ void Emulator::Kill(bool allow_autoexit, bool savestate, savestate_stage* save_s
bool is_being_held_longer = false;
for (int i = 0; !*join_ended && thread_ctrl::state() != thread_state::aborting;)
for (int i = 0; !*join_ended && thread_ctrl::state() != thread_state::aborting; i++)
{
if (g_watchdog_hold_ctr)
{