mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31: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
|
@ -615,7 +615,7 @@ void ppu_thread::cpu_task()
|
|||
void ppu_thread::cpu_sleep()
|
||||
{
|
||||
vm::temporary_unlock(*this);
|
||||
lv2_obj::awake(*this);
|
||||
lv2_obj::awake(this);
|
||||
}
|
||||
|
||||
void ppu_thread::cpu_mem()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue