mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +00:00
Fix acceleration emulation for wiimote and nunchuk.
The 1-2 least significant bits were missing.
This commit is contained in:
parent
e9bbf00c88
commit
f07d3be502
9 changed files with 286 additions and 111 deletions
|
@ -56,7 +56,7 @@ class TASInputDlg : public wxDialog
|
|||
void CreateGCLayout();
|
||||
void CreateWiiLayout();
|
||||
wxBitmap CreateStickBitmap(int x, int y);
|
||||
void SetWiiButtons(wm_core* butt);
|
||||
void SetWiiButtons(u16* butt);
|
||||
void GetIRData(u8* const data, u8 mode, bool use_accel);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue