Updated the get_system_language example for using the SetLanguage enum from latest libnx.

This commit is contained in:
yellows8 2019-10-06 18:56:37 -04:00
parent 25a7b2adaa
commit b8cf089964
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -8,7 +8,7 @@
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
u64 LanguageCode=0; u64 LanguageCode=0;
s32 Language=0; SetLanguage Language=SetLanguage_ENUS;
consoleInit(NULL); consoleInit(NULL);