Add smdh parsing (errors out for some reason)

This commit is contained in:
2017-08-26 19:24:17 -04:00
parent 2654c1dfa7
commit 87b6bb11d1
6 changed files with 41 additions and 8 deletions

View File

@@ -14,5 +14,7 @@ typedef struct {
} theme;
Result single_install(theme);
int scan_themes(theme **themes);
void parse_smdh(theme *entry, u16 *path);
#endif

View File

@@ -6,5 +6,6 @@
ssize_t strulen(u16*, ssize_t);
void struacat(u16 *input, const char *addition);
void printu(u16 *input);
u16 *strucat(u16 *destination, const u16 *source);
#endif