mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
overlays: update progress dialog workaround
This commit is contained in:
parent
27349c5c69
commit
c78c504043
4 changed files with 11 additions and 16 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue