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

@ -31,6 +31,7 @@ signals:
void StartRecording();
void ExportRecording();
void ToggleReadOnlyMode();
void ConnectWiiRemote(int id);
private:
void Run();