mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Emulation stopping bugfix
This commit is contained in:
parent
6dca588370
commit
cacb852a1e
2 changed files with 2 additions and 2 deletions
|
@ -953,7 +953,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.
|
||||
g_progr_ptotal.wait<atomic_wait::op_ne>(0);
|
||||
thread_ctrl::wait_on<atomic_wait::op_ne>(g_progr_ptotal, 0);
|
||||
g_fxo->get<progress_dialog_workaround>().skip_the_progress_dialog = true;
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue