mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Small changes
SC_FUNC changes (done by DH) PPUInterpreter changes (copied from main, done by elisha464) Log() using fixed
This commit is contained in:
parent
6efe751d4c
commit
432c6cf206
6 changed files with 47 additions and 16 deletions
|
|
@ -458,6 +458,7 @@ int sys_spu_thread_get_spu_cfg(u32 id, mem64_t value)
|
|||
//184
|
||||
int sys_spu_thread_write_snr(u32 id, u32 number, u32 value)
|
||||
{
|
||||
sc_spu.Log("sys_spu_thread_write_snr(id=0x%x, number=%d, value=0x%x)", id, number, value);
|
||||
CPUThread* thr = Emu.GetCPU().GetThread(id);
|
||||
|
||||
if(!thr || (thr->GetType() != CPU_THREAD_SPU && thr->GetType() != CPU_THREAD_RAW_SPU))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue