overlays: update progress dialog workaround

This commit is contained in:
Megamouse 2023-06-10 02:27:03 +02:00
parent 27349c5c69
commit c78c504043
4 changed files with 11 additions and 16 deletions

View file

@ -1535,7 +1535,7 @@ void ppu_thread::cpu_task()
// Wait until the progress dialog is closed.
// We don't want to open a cell dialog while a native progress dialog is still open.
thread_ctrl::wait_on<atomic_wait::op_ne>(g_progr_ptotal, 0);
g_fxo->get<progress_dialog_workaround>().skip_the_progress_dialog = true;
g_fxo->get<progress_dialog_server>().show_overlay_message_only = true;
// Sadly we can't postpone initializing guest time because we need to run PPU threads
// (the farther it's postponed, the less accuracy of guest time has been lost)