mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Host: Kill off Host_SysMessage
Equivalent facilities already exist.
This commit is contained in:
parent
a66b34cfc6
commit
884ec2ed13
9 changed files with 34 additions and 97 deletions
|
@ -106,15 +106,6 @@ bool Host_RendererHasFocus()
|
|||
|
||||
void Host_ConnectWiimote(int wm_idx, bool connect) {}
|
||||
|
||||
void Host_SysMessage(const char *fmt, ...)
|
||||
{
|
||||
va_list args;
|
||||
|
||||
va_start(args, fmt);
|
||||
__android_log_vprint(ANDROID_LOG_INFO, DOLPHIN_TAG, fmt, args);
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
void Host_SetWiiMoteConnectionState(int _State) {}
|
||||
|
||||
void Host_ShowVideoConfig(void*, const std::string&, const std::string&) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue