mirror of https://github.com/red-prig/fpPS4.git
print more game info
This commit is contained in:
parent
678923dd11
commit
63011f46c7
|
@ -217,7 +217,11 @@ begin
|
|||
kern_reserve_2mb_page(0,M2MB_DEFAULT);
|
||||
///
|
||||
|
||||
Writeln(Item.FGameInfo.Exec);
|
||||
Writeln(Item.FGameInfo.Name );
|
||||
Writeln(Item.FGameInfo.TitleId);
|
||||
Writeln(Item.FGameInfo.Version);
|
||||
Writeln(Item.FGameInfo.Exec );
|
||||
|
||||
Writeln(Item.FMountList.app0);
|
||||
Writeln(Item.FMountList.system);
|
||||
Writeln(Item.FMountList.data);
|
||||
|
|
Loading…
Reference in New Issue