swapped default A/B control defines

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@467 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
squall-leonhart 2008-03-24 00:39:10 +00:00
parent 93f99e9bc6
commit e41a6c22df
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,