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

@ -119,6 +119,9 @@ public:
bool IsUSBKeyboardConnected() const;
void SetUSBKeyboardConnected(bool connected);
bool IsWiiSpeakMuted() const;
void SetWiiSpeakMuted(bool muted);
void SetIsContinuouslyFrameStepping(bool is_stepping);
bool GetIsContinuouslyFrameStepping() const;
@ -222,6 +225,7 @@ signals:
void DevicesChanged();
void SDCardInsertionChanged(bool inserted);
void USBKeyboardConnectionChanged(bool connected);
void WiiSpeakMuteChanged(bool muted);
void EnableGfxModsChanged(bool enabled);
private: