diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-06-16 04:21:16 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-06-16 04:21:16 +0000 |
| commit | 2f2e751a232b4fab1756a17457624b4ea87c7553 (patch) | |
| tree | 65948c02da757531ffbf17665f677d1a8da2cf57 /Source | |
| parent | 09f1c98785b80f359c605a011a19b9cf2d7a364c (diff) | |
padsimple: x is "c" by default and y is "s" by defualt - the arrangement it is on a gc pad...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3462 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp b/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp index b60b5169e5..a6fddfb39d 100644 --- a/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp +++ b/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp @@ -861,8 +861,8 @@ void LoadConfig() { DIK_X, //A DIK_Z, - DIK_S, DIK_C, + DIK_S, DIK_D, DIK_RETURN, DIK_Q, @@ -887,8 +887,8 @@ void LoadConfig() { XK_x, //A XK_z, - XK_s, XK_c, + XK_s, XK_d, XK_Return, XK_q, @@ -913,8 +913,8 @@ void LoadConfig() { 7, //A 6, - 1, 8, + 1, 2, 36, 12, |
