mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 10:39:45 -06:00
Improvements to new emulated wiimote plugin: IR cursor works with mouse or analog stick control. Wiimote mii data is saved/loaded to "User/Wii/mii.bin". Background input checkbox works properly. All reporting modes except the interleaved one should work. Fixed a rumble prob with multiple XInput devices.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5396 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -8,7 +8,7 @@ class Nunchuk : public Attachment
|
||||
{
|
||||
public:
|
||||
Nunchuk();
|
||||
void GetState( u8* const data );
|
||||
void GetState( u8* const data, const bool focus );
|
||||
|
||||
private:
|
||||
Tilt* m_tilt;
|
||||
@ -18,6 +18,8 @@ private:
|
||||
|
||||
Buttons* m_buttons;
|
||||
AnalogStick* m_stick;
|
||||
|
||||
unsigned int m_shake_step;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user