jbhook: Fix security error when booting knit append
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user