mirror of
https://github.com/red-prig/fpPS4.git
synced 2025-02-17 04:27:55 +00:00
+
This commit is contained in:
parent
cf9bfd2160
commit
0a77dbd148
@ -147,8 +147,7 @@ begin
|
||||
|
||||
if (details<>nil) then
|
||||
begin
|
||||
details^:=Default(SceNpTrophyGameDetails);
|
||||
details^.numGroups :=1;
|
||||
details^.numGroups :=0;
|
||||
details^.numTrophies:=1;
|
||||
details^.numPlatinum:=1;
|
||||
details^.numGold :=1;
|
||||
@ -192,7 +191,7 @@ begin
|
||||
begin
|
||||
details^.trophyId :=trophyId;
|
||||
details^.trophyGrade:=SCE_NP_TROPHY_GRADE_BRONZE;
|
||||
details^.groupId :=0;
|
||||
details^.groupId :=-1;
|
||||
details^.hidden :=false;
|
||||
details^.name :='tname';
|
||||
details^.description:='tdesc';
|
||||
@ -240,7 +239,6 @@ function ps4_sceNpTrophyGetGroupInfo(context:Integer;
|
||||
data:pSceNpTrophyGroupData):Integer; SysV_ABI_CDecl;
|
||||
begin
|
||||
Result:=0;
|
||||
Writeln(SizeOf(SceNpTrophyGroupDetails),' ',SizeOf(SceNpTrophyGroupData));
|
||||
if (details<>nil) then
|
||||
begin
|
||||
details^.groupId :=groupId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user