Forgot to finish the changes on the get_system_language example.
This commit is contained in:
parent
eb0f771409
commit
9ab796b058
@ -28,7 +28,8 @@ int main(int argc, char** argv)
|
||||
hidScanInput();
|
||||
|
||||
// Print return value and language code
|
||||
printf("\x1b[0;0HLanguage code: %d", (int)language);
|
||||
printf("\x1b[0;0Hresult: %d", (int)res);
|
||||
printf("\x1b[1;0HLanguage code: %d", (int)language);
|
||||
|
||||
u32 kDown = hidKeysDown();
|
||||
if (kDown & KEY_START)
|
||||
|
Loading…
Reference in New Issue
Block a user