mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Workaround: Skip progress_dialog during gameplay
This commit is contained in:
parent
497fbb17a8
commit
02febd3f65
4 changed files with 16 additions and 5 deletions
|
|
@ -964,6 +964,12 @@ void ppu_thread::cpu_task()
|
|||
}
|
||||
|
||||
ppu_initialize(), spu_cache::initialize();
|
||||
|
||||
// Wait until the progress dialog is closed.
|
||||
// We don't want to open a cell dialog while a native progress dialog is still open.
|
||||
g_progr_ptotal.wait<atomic_wait::op_ne>(0);
|
||||
g_fxo->get<progress_dialog_workaround>().skip_the_progress_dialog = true;
|
||||
|
||||
break;
|
||||
}
|
||||
case ppu_cmd::sleep:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue