mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-14 00:58:51 +02:00
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
This commit is contained in:
@ -861,8 +861,8 @@ void LoadConfig()
|
|||||||
{
|
{
|
||||||
DIK_X, //A
|
DIK_X, //A
|
||||||
DIK_Z,
|
DIK_Z,
|
||||||
DIK_S,
|
|
||||||
DIK_C,
|
DIK_C,
|
||||||
|
DIK_S,
|
||||||
DIK_D,
|
DIK_D,
|
||||||
DIK_RETURN,
|
DIK_RETURN,
|
||||||
DIK_Q,
|
DIK_Q,
|
||||||
@ -887,8 +887,8 @@ void LoadConfig()
|
|||||||
{
|
{
|
||||||
XK_x, //A
|
XK_x, //A
|
||||||
XK_z,
|
XK_z,
|
||||||
XK_s,
|
|
||||||
XK_c,
|
XK_c,
|
||||||
|
XK_s,
|
||||||
XK_d,
|
XK_d,
|
||||||
XK_Return,
|
XK_Return,
|
||||||
XK_q,
|
XK_q,
|
||||||
@ -913,8 +913,8 @@ void LoadConfig()
|
|||||||
{
|
{
|
||||||
7, //A
|
7, //A
|
||||||
6,
|
6,
|
||||||
1,
|
|
||||||
8,
|
8,
|
||||||
|
1,
|
||||||
2,
|
2,
|
||||||
36,
|
36,
|
||||||
12,
|
12,
|
||||||
|
Reference in New Issue
Block a user