Skip to content

Commit 1e25653

Browse files
committed
Version 1.1
1 parent 798a273 commit 1e25653

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ int main(int argc, char **argv)
4747
printf("Gamecube version\n\n");
4848
#endif
4949
SetFgColor(1, 2);
50-
printf("Active controller : %d (press a button on another controller to switch)\n\n\n",activePad + 1);
50+
printf("Current controller : %d (press a button on another controller to switch)\n\n\n",activePad + 1);
5151
SetFgColor(5, 2);
5252
printf("Special functions (hold the buttons) :\n\n");
5353
SetFgColor(7, 2);
@@ -114,7 +114,7 @@ int main(int argc, char **argv)
114114
for(i =0; i < 4; i++) {
115115
if (GCHeld[i] !=0) {
116116
activePad=i;
117-
SetPosition(20, 2);
117+
SetPosition(21, 2);
118118
SetFgColor(1, 2);
119119
printf("%d",activePad + 1);
120120
}

0 commit comments

Comments
 (0)