mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
Emulation stopping bugfix
This commit is contained in:
parent
6dca588370
commit
cacb852a1e
2 changed files with 2 additions and 2 deletions
|
@ -421,7 +421,7 @@ void spu_cache::initialize()
|
|||
if (g_cfg.core.spu_decoder == spu_decoder_type::asmjit || g_cfg.core.spu_decoder == spu_decoder_type::llvm)
|
||||
{
|
||||
// Initialize progress dialog (wait for previous progress done)
|
||||
g_progr_ptotal.wait<atomic_wait::op_ne>(0);
|
||||
thread_ctrl::wait_on<atomic_wait::op_ne>(g_progr_ptotal, 0);
|
||||
|
||||
g_progr_ptotal += ::size32(func_list);
|
||||
progr.emplace("Building SPU cache...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue