summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-08-04 19:49:58 +0200
committerGitHub <noreply@github.com>2025-08-04 19:49:58 +0200
commit222dda3305588beff8cfb720687372ea5d5f53c1 (patch)
tree6a1919acce7809dd0c88a29f84fa04472bb26b67 /Source/Core/DolphinNoGUI
parent6ca486ffb20bd20d8e3efa20f5dc45beb18613c2 (diff)
parent3b832e84e405ed818442f395bb69147adef497b1 (diff)
Merge pull request #13845 from Dentomologist/host_remove_unnecessary_functions
Host: Remove unnecessary functions
Diffstat (limited to 'Source/Core/DolphinNoGUI')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp10
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)
{
}