mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
LV2: Avoid using multi-variable atomic waiting on cpu_thread::state wait
This commit is contained in:
parent
2a00a88e2a
commit
d25d1ecb3a
16 changed files with 31 additions and 24 deletions
|
@ -245,7 +245,7 @@ error_code open_msg_dialog(bool is_blocking, u32 type, vm::cptr<char> msgString,
|
|||
break;
|
||||
}
|
||||
|
||||
thread_ctrl::wait_on(ppu.state, state);
|
||||
ppu.state.wait(state);
|
||||
}
|
||||
|
||||
if (is_blocking)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue