fix build on new libctru and add lang fetch (#358)

removes ACT functions now in libctru
implement a single function to load a CFG_Language
This commit is contained in:
Théo B.
2025-10-25 22:07:54 +02:00
committed by GitHub
parent ba08ab9108
commit 69e0edffb4
4 changed files with 20 additions and 54 deletions

View File

@@ -381,8 +381,7 @@ int main(void)
{
srand(time(NULL));
init_services();
CFG_Language lang;
CFGU_GetSystemLanguage(&lang);
const CFG_Language lang = get_system_language();
language = init_strings(lang);
init_screens();