[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
View File
@@ -15,6 +15,7 @@ typedef enum
typedef enum
{
VER_MAX = 65535,
VER_MAJOR_MAX = 63,
VER_MINOR_MAX = 63,
VER_MICRO_MAX = 15,
@@ -291,6 +292,7 @@ typedef struct
bool useNormTitleVer;
bool useDataTitleVer;
bool useFullTitleVer;
u16 titleVersion[3];
u32 deviceId;