mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
sys_memory, sys_mmapper rewritten
LogBase::Fatal() removed
This commit is contained in:
parent
39629c5c7a
commit
2d37c6b5e2
20 changed files with 598 additions and 456 deletions
|
|
@ -1311,7 +1311,7 @@ s32 sys_raw_spu_set_spu_cfg(u32 id, u32 value)
|
|||
|
||||
if (value > 3)
|
||||
{
|
||||
sys_spu.Fatal("sys_raw_spu_set_spu_cfg(id=%d, value=0x%x)", id, value);
|
||||
throw EXCEPTION("Unexpected value (0x%x)", value);
|
||||
}
|
||||
|
||||
const auto thread = Emu.GetCPU().GetRawSPUThread(id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue