mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
SPU: PIC support preview
SPU ASMJIT not supported yet. Giga mode not supported properly.
This commit is contained in:
parent
7cf11c7637
commit
cc8c635855
4 changed files with 108 additions and 67 deletions
|
@ -832,7 +832,7 @@ void spu_thread::cpu_task()
|
|||
}
|
||||
}
|
||||
|
||||
spu_runtime::g_dispatcher[pc / 4](*this, vm::_ptr<u8>(offset), nullptr);
|
||||
spu_runtime::g_dispatcher[0](*this, vm::_ptr<u8>(offset), nullptr);
|
||||
}
|
||||
|
||||
// Print some stats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue