mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +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
|
@ -24,7 +24,6 @@ void Host_SetStartupDebuggingParameters() {}
|
|||
bool Host_UIHasFocus() { return false; }
|
||||
bool Host_RendererHasFocus() { return false; }
|
||||
void Host_ConnectWiimote(int, bool) {}
|
||||
void Host_SysMessage(const char*, ...) {}
|
||||
void Host_SetWiiMoteConnectionState(int) {}
|
||||
void Host_ShowVideoConfig(void*, const std::string&, const std::string&) {}
|
||||
cInterfaceBase* HostGL_CreateGLInterface() { return nullptr; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue