Adding controls and (some) theme previews, this feature really needs to improve

This commit is contained in:
2017-08-29 23:49:54 -04:00
parent 28d55c7a6a
commit e82a0a3882
4 changed files with 43 additions and 2 deletions

View File

@@ -29,6 +29,8 @@
#include <3ds.h>
#define TEX_COUNT 1
typedef struct {
u16 name[0x40];
u16 desc[0x80];
@@ -37,6 +39,9 @@ typedef struct {
u16 path[262];
bool is_zip;
bool selected;
ssize_t preview_id;
bool has_preview;
char preview_path[0x106];
} theme;
void parse_smdh(theme *entry, u16 *path);