mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinWX: show simple message about scanning in statusbar.
This commit is contained in:
@ -478,7 +478,7 @@ void Host_SetWiiMoteConnectionState(int _State)
|
||||
event.SetString(_("Wii Remote Connected"));
|
||||
break;
|
||||
}
|
||||
// Update field 1 or 2
|
||||
// The second field is used for auxiliary info such as this
|
||||
event.SetInt(1);
|
||||
|
||||
NOTICE_LOG(WIIMOTE, "%s", static_cast<const char*>(event.GetString().c_str()));
|
||||
|
Reference in New Issue
Block a user