mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-31 20:41:45 +01:00
improved hack/fix for cellsurmixer
This commit is contained in:
parent
4f01794713
commit
cc0d7c5985
@ -356,7 +356,8 @@ error_code sys_ppu_thread_start(ppu_thread& ppu, u32 thread_id)
|
||||
|
||||
while (!idm::select<lv2_obj, lv2_event_queue>([](u32, lv2_event_queue& eq)
|
||||
{
|
||||
return eq.name == "_mxr000\0"_u64;
|
||||
//some games do not set event queue name, though key seems constant for them
|
||||
return (eq.name == "_mxr000\0"_u64) || (eq.key == 0x8000cafe02460300);
|
||||
}))
|
||||
{
|
||||
thread_ctrl::wait_for(50000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user