sceKernelSetGPO

This commit is contained in:
red-prig 2023-01-06 21:24:36 +03:00
parent eff76314b1
commit 41b20dcda9

View File

@ -709,6 +709,11 @@ begin
Result:=0; Result:=0;
end; end;
procedure ps4_sceKernelSetGPO(uiBits:DWORD); SysV_ABI_CDecl;
begin
Writeln('sceKernelSetGPO:',BinStr(uiBits,8));
end;
const const
RUSAGE_SELF = 0; RUSAGE_SELF = 0;
RUSAGE_CHILDREN=-1; RUSAGE_CHILDREN=-1;
@ -1051,6 +1056,7 @@ begin
lib^.set_proc($54EC7C3469875D3B,@ps4_sceKernelGetCpumode); lib^.set_proc($54EC7C3469875D3B,@ps4_sceKernelGetCpumode);
lib^.set_proc($56306D83906D97DE,@ps4_sceKernelSetFsstParam); lib^.set_proc($56306D83906D97DE,@ps4_sceKernelSetFsstParam);
lib^.set_proc($71AEEFE82C6E973B,@ps4_sceKernelSetGPO);
//module //module