mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Config: Rename MAIN_WII_SPEAK_CONNECTED to MAIN_WII_SPEAK_MUTED
This commit is contained in:
parent
aea5054509
commit
61ab0faab8
10 changed files with 18 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue