Skip to content

Commit

Permalink
sceSystemServicePowerTick (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ordinary205 authored Feb 10, 2024
1 parent 3071dbe commit a3c7069
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ps4_libscesystemservice.pas
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,11 @@ function ps4_sceSystemServiceGetRenderingMode():Integer; SysV_ABI_CDecl;
Result:=0;
end;

function ps4_sceSystemServicePowerTick():Integer; SysV_ABI_CDecl;
begin
Result:=0;
end;

//

function ps4_sceSystemServiceEnableSuspendNotification:Integer; SysV_ABI_CDecl;
Expand Down Expand Up @@ -465,6 +470,7 @@ function Load_libSceSystemService(Const name:RawByteString):TElf_node;
lib^.set_proc($DECF1C1E20812811,@ps4_sceSystemServiceReportAbnormalTermination);
lib^.set_proc($26806A490B75CB20,@ps4_sceSystemServiceLoadExec);
lib^.set_proc($8C0EB6F4F70C08A5,@ps4_sceSystemServiceGetRenderingMode);
lib^.set_proc($5DB6C90B713E2F93,@ps4_sceSystemServicePowerTick);

lib:=Result._add_lib('libSceSystemServiceSuspend');
lib^.set_proc($6B92A38EAE8781C5,@ps4_sceSystemServiceEnableSuspendNotification);
Expand Down

0 comments on commit a3c7069

Please sign in to comment.