aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-03-25 16:41:12 +0100
committerStapleButter <thetotalworm@gmail.com>2017-03-25 16:41:12 +0100
commit55e75dab47c61a66b654ba78430ecc000e49a454 (patch)
treedace5f128cb2a5e05f686a1df7180732cac4306e
parentf9a76124c39b601d3175013f1d148e2979f7085d (diff)
stop the Start button from getting lost every goddamn time
-rw-r--r--src/Config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.cpp b/src/Config.cpp
index 8bac29a..dcbad9b 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -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},