Forgot to finish the changes on the get_system_language example.

This commit is contained in:
profi200 2014-12-26 02:57:49 +01:00
parent eb0f771409
commit 9ab796b058

View File

@ -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)