JitInterface: Refactor to class, move to System.

This commit is contained in:
Admiral H. Curtiss 2023-03-25 15:46:19 +01:00
commit 9217a9eba4
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
21 changed files with 246 additions and 182 deletions

View file

@ -1671,7 +1671,7 @@ void MenuBar::PatchHLEFunctions()
void MenuBar::ClearCache()
{
Core::RunAsCPUThread(JitInterface::ClearCache);
Core::RunAsCPUThread([] { Core::System::GetInstance().GetJitInterface().ClearCache(); });
}
void MenuBar::LogInstructions()