summaryrefslogtreecommitdiff
path: root/Source/DSPTool
diff options
context:
space:
mode:
authormitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-10-23 19:30:22 -0700
committermitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-10-23 23:43:24 -0700
commit3d9c7289106412098b518ce688951e401c3225cd (patch)
treeeb6cf03f3e60d783159545b4738b43db562cd3af /Source/DSPTool
parent8925ddf45fc66bb417b3b11010d373a248d27048 (diff)
Host: Rename `JitCacheInvalidation`
There are two hard problems in computer science...
Diffstat (limited to 'Source/DSPTool')
-rw-r--r--Source/DSPTool/StubHost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DSPTool/StubHost.cpp b/Source/DSPTool/StubHost.cpp
index d54d005674..8fcd5d8d76 100644
--- a/Source/DSPTool/StubHost.cpp
+++ b/Source/DSPTool/StubHost.cpp
@@ -41,7 +41,7 @@ bool Host_UpdateDiscordPresenceRaw(const std::string& details, const std::string
void Host_UpdateDisasmDialog()
{
}
-void Host_JitCacheCleared()
+void Host_JitCacheInvalidation()
{
}
void Host_JitProfileDataWiped()