mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00: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