Removing muted Wiimote audio

because that reduce writes
This commit is contained in:
John Peterson 2013-06-01 06:01:31 +02:00 committed by Rachel Bryk
commit e250550de3
2 changed files with 5 additions and 1 deletions

View file

@ -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);
}