win32: default keyboard config was wrong for L and R buttons

This commit is contained in:
zeromus 2009-02-27 04:06:58 +00:00
parent a1ea7c6c62
commit 222664eb8c
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ SJoypad DefaultJoypad[16] = {
0, 0, /* Lid, Debug */
'X', 'Z', /* A B */
'S', 'A', /* X Y */
'W', 'Q' /* L R */
'Q', 'W' /* L R */
},
{ false, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{ false, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },