Fixup SPU/PPU Cache Abortion

This commit is contained in:
Eladash 2023-08-06 12:24:32 +03:00 committed by Elad Ashkenazi
parent ee869a49f4
commit 2a0278fbb1
3 changed files with 15 additions and 0 deletions

View file

@ -226,6 +226,11 @@ void progress_dialog_server::operator()()
native_dlg->set_text("Stopping. Please wait...");
native_dlg->refresh();
}
if (g_progr_ptotal.exchange(0))
{
g_progr_ptotal.notify_all();
}
}
progress_dialog_server::~progress_dialog_server()