Initial badges work

Additional cleanup probably necessary, some more feature work still in progress (zip files)
This commit is contained in:
2024-05-30 15:45:03 -04:00
parent 8c42a23eeb
commit 4d9cde01c4
11 changed files with 681 additions and 2 deletions

View File

@@ -28,12 +28,14 @@
#define FS_H
#include "common.h"
#include "badges.h"
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*"
extern FS_Archive ArchiveSD;
extern FS_Archive ArchiveHomeExt;
extern FS_Archive ArchiveThemeExt;
extern FS_Archive ArchiveBadgeExt;
typedef struct {
u32 enable : 1;