mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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:
@ -77,6 +77,8 @@ void Host_SysMessage(const char *fmt, ...)
|
|||||||
fprintf(stderr, msg);
|
fprintf(stderr, msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Host_SetWiiMoteConnectionState(int _State) {}
|
||||||
|
|
||||||
// Include SDL header so it can hijack main().
|
// Include SDL header so it can hijack main().
|
||||||
#if !defined(OSX64)
|
#if !defined(OSX64)
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
|
Reference in New Issue
Block a user