jbhook: Fix security error when booting knit append

This commit is contained in:
Will Toohey
2022-01-03 16:46:56 +10:00
parent b42c9aa93b
commit ba2016b5bc
5 changed files with 28 additions and 27 deletions
+3 -1
View File
@@ -51,6 +51,7 @@
/* Jubeat */
#define SECURITY_MCODE_GAME_JB_1 "H44"
#define SECURITY_MCODE_GAME_JB_3 "J44"
/* Region */
#define SECURITY_MCODE_REGION_ASIA 'A'
@@ -58,6 +59,7 @@
/* Cabinet */
#define SECURITY_MCODE_CABINET_A 'A'
#define SECURITY_MCODE_CABINET_C 'C'
/* Revision */
#define SECURITY_MCODE_REVISION_A 'A'
@@ -104,4 +106,4 @@ bool security_mcode_parse(const char *str, struct security_mcode *mcode);
*/
char *security_mcode_to_str(const struct security_mcode *mcode);
#endif
#endif