We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798a273 commit 1e25653Copy full SHA for 1e25653
1 file changed
source/main.c
@@ -47,7 +47,7 @@ int main(int argc, char **argv)
47
printf("Gamecube version\n\n");
48
#endif
49
SetFgColor(1, 2);
50
- printf("Active controller : %d (press a button on another controller to switch)\n\n\n",activePad + 1);
+ printf("Current controller : %d (press a button on another controller to switch)\n\n\n",activePad + 1);
51
SetFgColor(5, 2);
52
printf("Special functions (hold the buttons) :\n\n");
53
SetFgColor(7, 2);
@@ -114,7 +114,7 @@ int main(int argc, char **argv)
114
for(i =0; i < 4; i++) {
115
if (GCHeld[i] !=0) {
116
activePad=i;
117
- SetPosition(20, 2);
+ SetPosition(21, 2);
118
119
printf("%d",activePad + 1);
120
}
0 commit comments