summaryrefslogtreecommitdiff
path: root/Source/DSPTool/StubHost.cpp
diff options
context:
space:
mode:
authormitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-04-15 21:52:40 -0700
committermitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-10-19 02:30:44 -0700
commit9afd09598cc81eabd3fcfe296c25ace2a71aca26 (patch)
treedb39aeaef1107294cb65e70c20e59ab2c023298d /Source/DSPTool/StubHost.cpp
parentca9222a16b477869616b3938c374ed7a497802b4 (diff)
DolphinQt: JIT Widget Refresh
Fulfilling a certain six-year-old todo.
Diffstat (limited to 'Source/DSPTool/StubHost.cpp')
-rw-r--r--Source/DSPTool/StubHost.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/DSPTool/StubHost.cpp b/Source/DSPTool/StubHost.cpp
index e270acb23a..d54d005674 100644
--- a/Source/DSPTool/StubHost.cpp
+++ b/Source/DSPTool/StubHost.cpp
@@ -41,6 +41,12 @@ bool Host_UpdateDiscordPresenceRaw(const std::string& details, const std::string
void Host_UpdateDisasmDialog()
{
}
+void Host_JitCacheCleared()
+{
+}
+void Host_JitProfileDataWiped()
+{
+}
void Host_UpdateMainFrame()
{
}