add ability to dump all your official themes

icon and name get extracted from the dlc data
requires libctru from commit 5f13628dac75206f0c97d29a7427ce8284d910f1 or older (added the am commands necessary to find the dlc data)
Makefile changed to reflect the macro change in unreleased libctru
This commit is contained in:
LiquidFenrir
2021-12-21 23:58:03 +01:00
parent c5dc7448e4
commit 4e2bea53c1
9 changed files with 289 additions and 15 deletions

View File

@@ -75,7 +75,8 @@ Result bgm_install(Entry_s theme);
Result shuffle_install(Entry_List_s themes);
Result dump_theme(void);
Result dump_current_theme(void);
Result dump_all_themes(void);
void themes_check_installed(void * void_arg);