mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
RawSPU: implemented read SPU_RunCntl_offs
This commit is contained in:
parent
20d48289b8
commit
9ba3cea2b1
@ -90,6 +90,12 @@ bool RawSPUThread::read_reg(const u32 addr, u32& value)
|
||||
value = npc;
|
||||
return true;
|
||||
}
|
||||
|
||||
case SPU_RunCntl_offs:
|
||||
{
|
||||
value = run_ctrl;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
LOG_ERROR(SPU, "RawSPUThread[%d]: Read32(0x%x): unknown/illegal offset (0x%x)", index, addr, offset);
|
||||
|
Loading…
Reference in New Issue
Block a user