diff --git a/Source/Core/DolphinWX/Src/MainNoGUI.cpp b/Source/Core/DolphinWX/Src/MainNoGUI.cpp index 48d379ad57..e89e36aa6e 100644 --- a/Source/Core/DolphinWX/Src/MainNoGUI.cpp +++ b/Source/Core/DolphinWX/Src/MainNoGUI.cpp @@ -80,6 +80,16 @@ void Host_SysMessage(const char *fmt, ...) fprintf(stderr, msg); } +void Host_UpdateLeds(int led_bits) +{ +} +void Host_UpdateSpeakerStatus(int index, int speaker_bits) +{ +} +void Host_UpdateStatus() +{ +} + void Host_SetWiiMoteConnectionState(int _State) {} // Include SDL header so it can hijack main().