stop the Start button from getting lost every goddamn time

This commit is contained in:
StapleButter 2017-03-25 16:41:12 +01:00
parent f9a76124c3
commit 55e75dab47
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ ConfigEntry ConfigFile[] =
{"Joy_A", 0, &JoyMapping[0], -1, NULL, 0},
{"Joy_B", 0, &JoyMapping[1], -1, NULL, 0},
{"Joy_Select", 0, &JoyMapping[2], -1, NULL, 0},
{"Key_Start", 0, &JoyMapping[3], -1, NULL, 0},
{"Joy_Start", 0, &JoyMapping[3], -1, NULL, 0},
{"Joy_Right", 0, &JoyMapping[4], -1, NULL, 0},
{"Joy_Left", 0, &JoyMapping[5], -1, NULL, 0},
{"Joy_Up", 0, &JoyMapping[6], -1, NULL, 0},