This commit is contained in:
RipleyTom 2024-01-31 05:25:26 +01:00 committed by Megamouse
parent dda0b8af45
commit 26d406fec3
14 changed files with 155 additions and 55 deletions

View file

@ -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", []()