mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 06:14:12 +08:00
修改定义struct的错误
This commit is contained in:
parent
f7f2652684
commit
86c60fc4d8
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "error_codes.h"
|
#include "error_codes.h"
|
||||||
|
|
||||||
struct
|
struct global_oaf_config
|
||||||
{
|
{
|
||||||
// [general]
|
// [general]
|
||||||
u16 backlight; // Both LCDs.
|
u16 backlight; // Both LCDs.
|
||||||
@ -45,7 +45,7 @@ struct
|
|||||||
// [boost]
|
// [boost]
|
||||||
u8 savePolicy;
|
u8 savePolicy;
|
||||||
u8 cheatMode;
|
u8 cheatMode;
|
||||||
} global_oaf_config;
|
};
|
||||||
|
|
||||||
#define SAVE_POLICY_GBADB 0
|
#define SAVE_POLICY_GBADB 0
|
||||||
#define SAVE_POLICY_FIRM 1
|
#define SAVE_POLICY_FIRM 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user