mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-07 00:39:42 +00:00
[makerom] Simplified CIA version logic.
This commit is contained in:
+2
-2
@@ -7,7 +7,6 @@ typedef enum
|
||||
CIA_NO_NCCH0 = -1,
|
||||
CIA_INVALID_NCCH0 = -2,
|
||||
CIA_CONFILCTING_CONTENT_IDS = -3,
|
||||
CIA_BAD_VERSION = -4,
|
||||
} cia_errors;
|
||||
|
||||
typedef struct
|
||||
@@ -23,8 +22,9 @@ typedef struct
|
||||
bool verbose;
|
||||
|
||||
struct{
|
||||
bool useCxiRemasterVersion;
|
||||
u64 titleId;
|
||||
u16 titleVersion[4];
|
||||
u16 titleVersion[3];
|
||||
u8 titleKey[16];
|
||||
} common;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user