mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Config: Rename MAIN_WII_SPEAK_CONNECTED to MAIN_WII_SPEAK_MUTED
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user