mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 02:29:16 +01:00
fix invalid sRGB profile on image
This commit is contained in:
parent
220326cd47
commit
0628025164
@ -20,7 +20,7 @@ enum {
|
||||
CTRLR_WUPC
|
||||
};
|
||||
|
||||
const char ctrlrName[5][0x20] =
|
||||
const char ctrlrName[5][32] =
|
||||
{ "GameCube Controller", "Wiimote", "Nunchuk + Wiimote", "Classic Controller", "Wii U Pro Controller" };
|
||||
|
||||
typedef struct _btn_map {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@ -2280,15 +2280,15 @@ ButtonMappingWindow()
|
||||
sprintf(msg, "Press any button on the GameCube Controller now. Press the C-Stick in any direction to clear the existing mapping.");
|
||||
#endif
|
||||
break;
|
||||
case CTRLR_WUPC:
|
||||
sprintf(msg, "Press any button on the Wii U Pro Controller now. Press Home to clear the existing mapping.");
|
||||
break;
|
||||
case CTRLR_WIIMOTE:
|
||||
sprintf(msg, "Press any button on the Wiimote now. Press Home to clear the existing mapping.");
|
||||
break;
|
||||
case CTRLR_CLASSIC:
|
||||
sprintf(msg, "Press any button on the Classic Controller now. Press Home to clear the existing mapping.");
|
||||
break;
|
||||
case CTRLR_WUPC:
|
||||
sprintf(msg, "Press any button on the Wii U Pro Controller now. Press Home to clear the existing mapping.");
|
||||
break;
|
||||
case CTRLR_NUNCHUK:
|
||||
sprintf(msg, "Press any button on the Wiimote or Nunchuk now. Press Home to clear the existing mapping.");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user