99% working. Only issues are: data aborts when installing a theme after viewing a preview, bgm only works when installed as part of a theme shuffle. Single themes are silent
This commit is contained in:
@@ -8,4 +8,5 @@ u16 *strucpy(u16*, const u16*);
|
||||
ssize_t strulen(const u16*);
|
||||
u16 *strucat(u16*, const u16*);
|
||||
u16 *struacat(u16*, const char*);
|
||||
char *straucat(char *destination, const u16 *source);
|
||||
void printu(u16*);
|
||||
Reference in New Issue
Block a user