Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ordinary205 committed Jan 14, 2024
1 parent d4e1199 commit 8dc2995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ps4_libscemovetracker → src/ps4_libscemovetracker.pas
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ interface
uses
ps4_program;

implementation

const
SCE_MOVE_TRACKER_ERROR_INVALID_ARG=-2131820541; //0x80EF0003

Expand Down Expand Up @@ -41,7 +39,9 @@ implementation
handle:Integer;
data:pSceMoveData;
num:Integer;
end;
end;

implementation

function ps4_sceMoveTrackerGetWorkingMemorySize(onionSize,garlicSize:PInteger):Integer; SysV_ABI_CDecl;
begin
Expand Down

0 comments on commit 8dc2995

Please sign in to comment.