mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
Now you can pair up your Real WiiMotes on the Wiimote config panel!
It's really helpful since pairing up using Microsoft's Stack is a real pain! Thanks to jack.fr0st and sanchez who did most of the work! Note: IT ONLY WORKS WITH MICROSOFT BLUETOOTH STACK! Also you should press the Refresh Real WiiMotes button after everything is paired up! (Because it takes a while for the drivers to get installed) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4786 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ea4225f9fd
commit
6500db254f
5 changed files with 183 additions and 27 deletions
|
@ -66,6 +66,7 @@ class WiimoteBasicConfigDialog : public wxDialog
|
|||
*m_Cancel,
|
||||
*m_ButtonMapping,
|
||||
*m_Recording,
|
||||
*m_ButtonPairUp,
|
||||
*m_RefreshRealWiiMote[MAX_WIIMOTES];
|
||||
|
||||
wxChoice *m_InputSource[MAX_WIIMOTES],
|
||||
|
@ -137,6 +138,8 @@ class WiimoteBasicConfigDialog : public wxDialog
|
|||
IDS_HEIGHT,
|
||||
IDS_LEFT,
|
||||
IDS_TOP,
|
||||
|
||||
ID_BUTTONPAIRUP,
|
||||
};
|
||||
|
||||
void CreateGUIControls();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue