diff options
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/MainNoGUI.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index 81051adb78..6132085b15 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -61,16 +61,11 @@ void Host_PPCBreakpointsChanged() { } -void Host_RefreshDSPDebuggerWindow() -{ -} - bool Host_UIBlocksControllerState() { return false; } -static Common::Event s_update_main_frame_event; void Host_Message(const HostMessageID id) { if (id == HostMessageID::WMUserStop) @@ -94,11 +89,6 @@ void Host_JitProfileDataWiped() { } -void Host_UpdateMainFrame() -{ - s_update_main_frame_event.Set(); -} - void Host_RequestRenderWindowSize(int width, int height) { } |
