mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Qt: Implement "Connect Wii Remotes" menu
This commit is contained in:
parent
c66156148d
commit
aae5c950f0
6 changed files with 58 additions and 2 deletions
|
@ -209,8 +209,8 @@ void HotkeyScheduler::Run()
|
|||
if (IsHotkey(HK_BALANCEBOARD_CONNECT))
|
||||
wiimote_id = 4;
|
||||
|
||||
// TODO Implement Wiimote connecting / disconnecting (Separate PR)
|
||||
// if (wiimote_id > -1)
|
||||
if (wiimote_id > -1)
|
||||
emit ConnectWiiRemote(wiimote_id);
|
||||
}
|
||||
|
||||
// Graphics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue