Beginning config support
Currently only supports changing 4 colors
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
#include "common.h"
|
||||
#include "badges.h"
|
||||
#include "config.h"
|
||||
|
||||
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*"
|
||||
|
||||
@@ -54,6 +55,7 @@ typedef struct {
|
||||
u32 coppa : 1;
|
||||
} Parental_Restrictions_s;
|
||||
|
||||
Result init_sd(void);
|
||||
Result open_archives(void);
|
||||
Result open_badge_extdata(void);
|
||||
Result close_archives(void);
|
||||
|
||||
Reference in New Issue
Block a user