Fix JKRArchive

This commit is contained in:
SwareJonge
2025-06-17 23:03:25 +02:00
parent 06da04110e
commit c5e5f47880
5 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ enum ExPrintFlags
EXPRINTFLAG_GPRMap = 0x2,
EXPRINTFLAG_Float = 0x4,
EXPRINTFLAG_Stack = 0x8,
EXPRINTFLAG_All = 0xF,
EXPRINTFLAG_All = 0xFF,
};
/**