[makerom] Simplified CIA version logic.

This commit is contained in:
jakcron
2015-10-22 01:45:08 +08:00
parent d7d45411ba
commit 4c965b8c92
4 changed files with 41 additions and 29 deletions
+2 -2
View File
@@ -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;