Better in hex.
This commit is contained in:
parent
9ab796b058
commit
4f08f191ff
@ -28,7 +28,7 @@ int main(int argc, char** argv)
|
|||||||
hidScanInput();
|
hidScanInput();
|
||||||
|
|
||||||
// Print return value and language code
|
// Print return value and language code
|
||||||
printf("\x1b[0;0Hresult: %d", (int)res);
|
printf("\x1b[0;0Hresult: 0x%x", (int)res);
|
||||||
printf("\x1b[1;0HLanguage code: %d", (int)language);
|
printf("\x1b[1;0HLanguage code: %d", (int)language);
|
||||||
|
|
||||||
u32 kDown = hidKeysDown();
|
u32 kDown = hidKeysDown();
|
||||||
|
Loading…
Reference in New Issue
Block a user