mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 22:59:47 -06:00
JitInterface: Refactor to class, move to System.
This commit is contained in:
@ -1671,7 +1671,7 @@ void MenuBar::PatchHLEFunctions()
|
||||
|
||||
void MenuBar::ClearCache()
|
||||
{
|
||||
Core::RunAsCPUThread(JitInterface::ClearCache);
|
||||
Core::RunAsCPUThread([] { Core::System::GetInstance().GetJitInterface().ClearCache(); });
|
||||
}
|
||||
|
||||
void MenuBar::LogInstructions()
|
||||
|
Reference in New Issue
Block a user