mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
ModuleManager cleanup
This commit is contained in:
parent
eb5974322f
commit
a2646f9871
17 changed files with 432 additions and 545 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
void null_func(PPUThread& ppu)
|
||||
{
|
||||
const auto code = ppu.GPR[11];
|
||||
const u64 code = ppu.GPR[11];
|
||||
LOG_ERROR(HLE, "Unimplemented syscall %lld: %s -> CELL_OK", code, SysCalls::GetFuncName(~code));
|
||||
ppu.GPR[3] = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue