mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
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:
@@ -193,4 +193,8 @@ typedef enum {
|
||||
Language_s init_strings(CFG_Language lang);
|
||||
extern Language_s language;
|
||||
|
||||
// fetches the system language through CFGU_GetSystemLanguage
|
||||
// and returns the appropriate CFG_Language enum value
|
||||
CFG_Language get_system_language(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user