mirror of
https://github.com/red-prig/fpPS4.git
synced 2024-11-23 14:29:53 +00:00
sceKernelSetGPO
This commit is contained in:
parent
eff76314b1
commit
41b20dcda9
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user