mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-06 12:45:21 +02:00
Make key map defaults match old mapping
This commit is contained in:
+4
-4
@@ -30,10 +30,10 @@ struct DefaultKeyMap {
|
||||
static std::map<int,int> init()
|
||||
{
|
||||
std::map<int,int> m;
|
||||
m[KEYCODE_X] = CTRL_SQUARE;
|
||||
m[KEYCODE_Z] = CTRL_TRIANGLE;
|
||||
m[KEYCODE_S] = CTRL_CIRCLE;
|
||||
m[KEYCODE_A] = CTRL_CROSS;
|
||||
m[KEYCODE_A] = CTRL_SQUARE;
|
||||
m[KEYCODE_S] = CTRL_TRIANGLE;
|
||||
m[KEYCODE_X] = CTRL_CIRCLE;
|
||||
m[KEYCODE_Z] = CTRL_CROSS;
|
||||
m[KEYCODE_Q] = CTRL_LTRIGGER;
|
||||
m[KEYCODE_W] = CTRL_RTRIGGER;
|
||||
m[KEYCODE_SPACE] = CTRL_START;
|
||||
|
||||
Reference in New Issue
Block a user