mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Removing muted Wiimote audio
because that reduce writes
This commit is contained in:
parent
9e779c22b3
commit
e250550de3
2 changed files with 5 additions and 1 deletions
|
@ -658,6 +658,8 @@ void Host_SetWiiMoteConnectionState(int _State)
|
|||
// Update field 1 or 2
|
||||
event.SetInt(1);
|
||||
|
||||
NOTICE_LOG(WIIMOTE, event.GetString().c_str());
|
||||
|
||||
main_frame->GetEventHandler()->AddPendingEvent(event);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue