aboutsummaryrefslogtreecommitdiff
path: root/src/Config.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-09-23 04:10:25 +0200
committerStapleButter <thetotalworm@gmail.com>2017-09-23 04:10:25 +0200
commit69bc06402c5328217e4a1226369d8b796c7f99c4 (patch)
treeaf0cb207c3f92759b5af6f0dd9adeb346e54ec11 /src/Config.cpp
parentf52322ee208de4af3ed28b1cfbf8404951eab0a2 (diff)
change default keyboard mapping
Diffstat (limited to 'src/Config.cpp')
-rw-r--r--src/Config.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/Config.cpp b/src/Config.cpp
index 95013fd..d9c4757 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -50,18 +50,18 @@ typedef struct
ConfigEntry ConfigFile[] =
{
- {"Key_A", 0, &KeyMapping[0], 15, NULL, 0},
- {"Key_B", 0, &KeyMapping[1], 54, NULL, 0},
- {"Key_Select", 0, &KeyMapping[2], 44, NULL, 0},
- {"Key_Start", 0, &KeyMapping[3], 40, NULL, 0},
- {"Key_Right", 0, &KeyMapping[4], 22, NULL, 0},
- {"Key_Left", 0, &KeyMapping[5], 4, NULL, 0},
- {"Key_Up", 0, &KeyMapping[6], 26, NULL, 0},
- {"Key_Down", 0, &KeyMapping[7], 29, NULL, 0},
- {"Key_R", 0, &KeyMapping[8], 19, NULL, 0},
- {"Key_L", 0, &KeyMapping[9], 20, NULL, 0},
- {"Key_X", 0, &KeyMapping[10], 18, NULL, 0},
- {"Key_Y", 0, &KeyMapping[11], 14, NULL, 0},
+ {"Key_A", 0, &KeyMapping[0], 32, NULL, 0},
+ {"Key_B", 0, &KeyMapping[1], 31, NULL, 0},
+ {"Key_Select", 0, &KeyMapping[2], 57, NULL, 0},
+ {"Key_Start", 0, &KeyMapping[3], 28, NULL, 0},
+ {"Key_Right", 0, &KeyMapping[4], 333, NULL, 0},
+ {"Key_Left", 0, &KeyMapping[5], 331, NULL, 0},
+ {"Key_Up", 0, &KeyMapping[6], 328, NULL, 0},
+ {"Key_Down", 0, &KeyMapping[7], 336, NULL, 0},
+ {"Key_R", 0, &KeyMapping[8], 54, NULL, 0},
+ {"Key_L", 0, &KeyMapping[9], 42, NULL, 0},
+ {"Key_X", 0, &KeyMapping[10], 17, NULL, 0},
+ {"Key_Y", 0, &KeyMapping[11], 30, NULL, 0},
{"Joy_A", 0, &JoyMapping[0], -1, NULL, 0},
{"Joy_B", 0, &JoyMapping[1], -1, NULL, 0},