mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
[makerom/ctrtool] Made SystemMode(Ext) more meaningful.
This commit is contained in:
@@ -6,6 +6,23 @@ typedef enum
|
||||
infoflag_SD_APPLICATION = 2,
|
||||
} system_info_flags;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
sysmode_64MB, // prod
|
||||
sysmode_UNK, // null
|
||||
sysmode_96MB, // dev1
|
||||
sysmode_80MB, // dev2
|
||||
sysmode_72MB, // dev3
|
||||
sysmode_32MB, // dev4
|
||||
} system_mode;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
sysmode_ext_LEGACY,
|
||||
sysmode_ext_124MB, // snake Prod
|
||||
sysmode_ext_178MB, // snake Dev1
|
||||
} system_mode_ext;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
memtype_APPLICATION = 1,
|
||||
|
||||
Reference in New Issue
Block a user