mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
PPU/LV2: Make thread-lists scheduling atomic
This commit is contained in:
parent
500a4fa2fb
commit
050339bb3e
14 changed files with 166 additions and 115 deletions
|
@ -228,7 +228,7 @@ error_code cellMsgDialogOpen2(u32 type, vm::cptr<char> msgString, vm::ptr<CellMs
|
|||
Emu.CallAfter([&]()
|
||||
{
|
||||
dlg->Create(msgString.get_ptr());
|
||||
lv2_obj::awake(ppu);
|
||||
lv2_obj::awake(&ppu);
|
||||
});
|
||||
|
||||
while (!ppu.state.test_and_reset(cpu_flag::signal))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue