Merge branch 'master' into 3.0.1-hotfix

This commit is contained in:
Alex Taber
2024-06-17 20:29:27 -04:00
committed by GitHub
7 changed files with 184 additions and 10 deletions

View File

@@ -29,6 +29,7 @@
#include "common.h"
#include "badges.h"
#include "config.h"
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*\n\r"
@@ -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);