We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e25653 commit caf5af9Copy full SHA for caf5af9
source/main.c
@@ -88,7 +88,7 @@ int main(int argc, char **argv)
88
printf((GCHeld[activePad] & PAD_BUTTON_LEFT) ? "LEFT " : " ");
89
printf((GCHeld[activePad] & PAD_BUTTON_RIGHT) ? "RIGHT " : " ");
90
printf((GCHeld[activePad] & PAD_BUTTON_UP) ? "UP " : " ");
91
- printf((GCHeld[activePad] & PAD_BUTTON_UP) ? "DOWN " : " ");
+ printf((GCHeld[activePad] & PAD_BUTTON_DOWN) ? "DOWN " : " ");
92
93
printf("\n\n");
94
SetFgColor(5, 2);
0 commit comments