]> Chaos Git - corbenik/ctrulib.git/commitdiff
Forgot to finish the changes on the get_system_language example.
authorprofi200 <fd3194@gmx.de>
Fri, 26 Dec 2014 01:57:49 +0000 (02:57 +0100)
committerprofi200 <fd3194@gmx.de>
Fri, 26 Dec 2014 01:57:49 +0000 (02:57 +0100)
examples/get_system_language/source/main.c

index 940ef354694e3af5bc67a5de8275b76cd538e75e..d2549572eb3285fb7c08cc4e872726a21ec2a6a4 100644 (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)