swapped default A/B control defines

This commit is contained in:
squall-leonhart 2008-03-24 00:39:10 +00:00
parent e14bd1494e
commit b9722e941c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ LONG_PTR defvalues[JOYPADS * KEYS_PER_PAD + MOTION_KEYS] =
{
DIK_LEFT, DIK_RIGHT,
DIK_UP, DIK_DOWN,
DIK_Z, DIK_X,
DIK_X, DIK_Z,
DIK_RETURN,DIK_BACK,
DIK_A, DIK_S,
DIK_SPACE, DIK_F12,