mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Core: Kill off Host_ShowJitResults
Another host function that can be killed off by simple wx event handling
This commit is contained in:
@ -12,7 +12,6 @@
|
||||
|
||||
void Host_NotifyMapLoaded() {}
|
||||
void Host_RefreshDSPDebuggerWindow() {}
|
||||
void Host_ShowJitResults(unsigned int) {}
|
||||
void Host_Message(int) {}
|
||||
void* Host_GetRenderHandle() { return nullptr; }
|
||||
void Host_UpdateTitle(const std::string&) {}
|
||||
|
Reference in New Issue
Block a user