Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed May 17, 2014
1 parent 798a273 commit 1e25653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int main(int argc, char **argv)
printf("Gamecube version\n\n");
#endif
SetFgColor(1, 2);
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);
SetFgColor(5, 2);
printf("Special functions (hold the buttons) :\n\n");
SetFgColor(7, 2);
Expand Down Expand Up @@ -114,7 +114,7 @@ int main(int argc, char **argv)
for(i =0; i < 4; i++) {
if (GCHeld[i] !=0) {
activePad=i;
SetPosition(20, 2);
SetPosition(21, 2);
SetFgColor(1, 2);
printf("%d",activePad + 1);
}
Expand Down

0 comments on commit 1e25653

Please sign in to comment.