mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
progress dialog fix
This commit is contained in:
parent
924692bf1c
commit
d08fea551e
3 changed files with 6 additions and 3 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_server>().show_overlay_message_only = true;
|
||||
g_fxo->get<progress_dialog_workaround>().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