diff --git a/include/arm11/open_agb_firm.h b/include/arm11/open_agb_firm.h index bdeb0aa..4a092f4 100644 --- a/include/arm11/open_agb_firm.h +++ b/include/arm11/open_agb_firm.h @@ -20,7 +20,7 @@ #include "error_codes.h" -struct +struct global_oaf_config { // [general] u16 backlight; // Both LCDs. @@ -45,7 +45,7 @@ struct // [boost] u8 savePolicy; u8 cheatMode; -} global_oaf_config; +}; #define SAVE_POLICY_GBADB 0 #define SAVE_POLICY_FIRM 1