mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Implement "Connect Wii Remotes" menu
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user