Beginning config support

Currently only supports changing 4 colors
This commit is contained in:
2024-06-17 12:00:25 -04:00
parent e613a525a5
commit 7182fd9078
8 changed files with 185 additions and 11 deletions

View File

@@ -88,6 +88,7 @@ static void init_services(void)
APT_GetAppCpuTimeLimit(&old_time_limit);
APT_SetAppCpuTimeLimit(30);
httpcInit(0);
init_sd();
archive_result = open_archives();
badge_archive_result = open_badge_extdata();
if(envIsHomebrew())