summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorayuanx <ayuanx@gmail.com>2009-12-17 14:15:56 +0000
committerayuanx <ayuanx@gmail.com>2009-12-17 14:15:56 +0000
commit7d1fdb85f3788a61fa8491a4b2e31a2ef3ea2096 (patch)
tree4615bd8e00e1caf04f73c44ff742c8d8f89e202e /Source/Core
parentb0ef8117869aa1c96d8957c0235c6350fe912407 (diff)
Implemented Nunchuck Roll/Pitch
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4702 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/InputCommon/Src/SDL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/Src/SDL.h b/Source/Core/InputCommon/Src/SDL.h
index 619027dcda..048c736075 100644
--- a/Source/Core/InputCommon/Src/SDL.h
+++ b/Source/Core/InputCommon/Src/SDL.h
@@ -191,8 +191,8 @@ struct PadWiimote
};
struct PadNunchuck
{
- int keyForControls[7];
- // Order is Z, C, L, R, U, D, Shake
+ int keyForControls[11];
+ // Order is Z, C, L, R, U, D, RollL, RollR, PitchU, PitchD, Shake
};
struct PadClassicController
{