mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
RPCN 1.1
This commit is contained in:
parent
dda0b8af45
commit
26d406fec3
14 changed files with 155 additions and 55 deletions
|
|
@ -8,7 +8,7 @@ error_code sceNpManagerIsSP()
|
|||
{
|
||||
sceNpPlus.warning("sceNpManagerIsSP()");
|
||||
// TODO seems to be cut to 1 byte by pshome likely a bool but may be more.
|
||||
return CELL_OK;
|
||||
return not_an_error(1);
|
||||
}
|
||||
|
||||
DECLARE(ppu_module_manager::sceNpPlus)("sceNpPlus", []()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue