From e41a6c22df0a0c62192b4e4c1402fc42cfe61a34 Mon Sep 17 00:00:00 2001 From: squall-leonhart Date: Mon, 24 Mar 2008 00:39:10 +0000 Subject: [PATCH] swapped default A/B control defines git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@467 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/DirectInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/DirectInput.cpp b/src/win32/DirectInput.cpp index 1bafc8c0..acd4ebf4 100644 --- a/src/win32/DirectInput.cpp +++ b/src/win32/DirectInput.cpp @@ -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,