mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
Updated the get_system_language example for using the SetLanguage enum from latest libnx.
This commit is contained in:
parent
25a7b2adaa
commit
b8cf089964
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user