Add shuffle indicators

This commit is contained in:
2017-08-30 00:17:44 -04:00
parent e82a0a3882
commit c794500363
3 changed files with 12 additions and 4 deletions

View File

@@ -88,7 +88,6 @@ int scan_themes(theme **themes, int num_themes)
}
parse_smdh(theme_info, theme_path);
memcpy(theme_info->path, theme_path, 0x106 * sizeof(u16));
theme_info->selected = true;
themes[i] = theme_info;
free(entry);
}