mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
Provide an option to not send speaker data. It can cause rumble lag even when the speaker is muted.
This commit is contained in:
parent
1f20a24a04
commit
ef90b15f3e
5 changed files with 24 additions and 1 deletions
|
@ -63,6 +63,11 @@ public:
|
|||
WiimoteReal::Initialize();
|
||||
event.Skip();
|
||||
}
|
||||
void OnEnableSpeaker(wxCommandEvent& event)
|
||||
{
|
||||
SConfig::GetInstance().m_WiimoteEnableSpeaker = event.IsChecked();
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
private:
|
||||
void Cancel(wxCommandEvent& event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue