added empty Host_SetWiiMoteConnectionState
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1015 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d378b9d31f
commit
dd54a916fd
|
@ -77,6 +77,8 @@ void Host_SysMessage(const char *fmt, ...)
|
|||
fprintf(stderr, msg);
|
||||
}
|
||||
|
||||
void Host_SetWiiMoteConnectionState(int _State) {}
|
||||
|
||||
// Include SDL header so it can hijack main().
|
||||
#if !defined(OSX64)
|
||||
#include <SDL.h>
|
||||
|
|
Loading…
Reference in New Issue