mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 08:49:03 +00:00
makerom: misc, gave names to enums
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ typedef enum
|
|||||||
{
|
{
|
||||||
cpuspeed_268MHz,
|
cpuspeed_268MHz,
|
||||||
cpuspeed_804MHz
|
cpuspeed_804MHz
|
||||||
};
|
} cpu_speed;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|||||||
+1
-1
@@ -54,7 +54,7 @@ typedef enum
|
|||||||
form_SimpleContent,
|
form_SimpleContent,
|
||||||
form_ExecutableWithoutRomfs,
|
form_ExecutableWithoutRomfs,
|
||||||
form_Executable
|
form_Executable
|
||||||
};
|
} ncch_form_type;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user