Qt: fix batch compilation after a game was already running

Batch compilation wasn't working if g_system_progress_canceled wasn't reset
This commit is contained in:
Megamouse 2025-01-04 02:13:39 +01:00
parent 51417cc8c3
commit 635eac7704
2 changed files with 11 additions and 4 deletions

View file

@ -41,6 +41,7 @@ void progress_dialog_server::operator()()
{
std::shared_ptr<rsx::overlays::progress_dialog> native_dlg;
g_system_progress_stopping = false;
g_system_progress_canceled = false;
const auto get_state = []()
{