print more game info

This commit is contained in:
Pavel 2024-11-06 21:55:35 +03:00
parent 678923dd11
commit 63011f46c7
1 changed files with 5 additions and 1 deletions

View File

@ -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);