HotkeyManager: Add HK_TOGGLE_WII_SPEAK_MUTE

This commit is contained in:
Sepalani
2025-05-07 21:27:50 +04:00
parent 4efbd35a5e
commit eff334524a
7 changed files with 35 additions and 9 deletions

View File

@ -21,7 +21,6 @@ private:
void CreateMainWindow();
void OnEmulationStateChanged(Core::State state);
void EmulateWiiSpeak(bool emulate);
void SetWiiSpeakMuted(bool muted);
void OnInputDeviceChange();
QCheckBox* m_checkbox_enabled;