diff options
| author | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-10-23 19:30:22 -0700 |
|---|---|---|
| committer | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-10-23 23:43:24 -0700 |
| commit | 3d9c7289106412098b518ce688951e401c3225cd (patch) | |
| tree | eb6cf03f3e60d783159545b4738b43db562cd3af /Source/DSPTool | |
| parent | 8925ddf45fc66bb417b3b11010d373a248d27048 (diff) | |
Host: Rename `JitCacheInvalidation`
There are two hard problems in computer science...
Diffstat (limited to 'Source/DSPTool')
| -rw-r--r-- | Source/DSPTool/StubHost.cpp | 2 |
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() |
