re-add s upport for themes without an SMDH

Also change theme dump random color algo
This commit is contained in:
Alex Taber
2020-12-24 16:58:06 -05:00
parent bc2f4ec581
commit c9e1420a00
4 changed files with 9 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ typedef struct {
u16 desc[0x81];
u16 author[0x41];
// u32 placeholder_color;
u32 placeholder_color;
u16 path[0x106];
bool is_zip;
@@ -127,4 +127,4 @@ void handle_scrolling(Entry_List_s * list);
void load_icons_thread(void * void_arg);
u32 load_data(char * filename, Entry_s entry, char ** buf);
#endif
#endif