1. Fixed a silly bug that prevented IR rotation in last rev from working, now IR rotation works fine, verified.

2. Added Roll Left/Right key mappings for keyboard.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4659 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
ayuanx
2009-12-08 19:58:19 +00:00
parent 4df6dc24f8
commit 48896c7de2
11 changed files with 178 additions and 185 deletions

View File

@ -180,9 +180,9 @@ struct PadAxis
};
struct PadWiimote
{
int keyForControls[14];
int keyForControls[16];
// Order is A, B, 1, 2, +, -, Home
// L, R, U, D, Shake, PitchL, PitchR
// L, R, U, D, RollL, RollR, PitchU, PitchD, Shake
};
struct PadNunchuck
@ -194,8 +194,8 @@ struct PadClassicController
{
int keyForControls[23];
// Order is A, B, X, Y, +, -, Home
// Tl, Zl, Zr, Tr, Dl, Du, Dr, Dd
// Ll, Lu, Lr, Ld, Rl, Ru, Rr, Rd
// Tl, Zl, Zr, Tr, Dl, Dr, Du, Dd
// Ll, Lr, Lu, Ld, Rl, Rr, Ru, Rd
};
struct PadGH3Controller
{