Qt: Implement "Connect Wii Remotes" menu

This commit is contained in:
spycrab
2018-01-24 15:25:35 +01:00
parent c66156148d
commit aae5c950f0
6 changed files with 58 additions and 2 deletions

View File

@ -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