makerom: misc, gave names to enums

This commit is contained in:
jakcron
2015-09-15 22:05:00 +08:00
parent e636db7397
commit 2abefe5635
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ typedef enum
{
cpuspeed_268MHz,
cpuspeed_804MHz
};
} cpu_speed;
typedef enum
{
+1 -1
View File
@@ -54,7 +54,7 @@ typedef enum
form_SimpleContent,
form_ExecutableWithoutRomfs,
form_Executable
};
} ncch_form_type;
typedef enum
{