mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 22:04:10 +08:00
修改定义struct的错误
This commit is contained in:
parent
f7f2652684
commit
86c60fc4d8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user