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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user