Config: Rename MAIN_WII_SPEAK_CONNECTED to MAIN_WII_SPEAK_MUTED

This commit is contained in:
Sepalani
2024-09-01 14:00:56 +04:00
parent aea5054509
commit 61ab0faab8
10 changed files with 18 additions and 36 deletions

View File

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