mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
JitInterface: Refactor to class, move to System.
This commit is contained in:
parent
db40348c86
commit
9217a9eba4
21 changed files with 246 additions and 182 deletions
|
@ -1671,7 +1671,7 @@ void MenuBar::PatchHLEFunctions()
|
|||
|
||||
void MenuBar::ClearCache()
|
||||
{
|
||||
Core::RunAsCPUThread(JitInterface::ClearCache);
|
||||
Core::RunAsCPUThread([] { Core::System::GetInstance().GetJitInterface().ClearCache(); });
|
||||
}
|
||||
|
||||
void MenuBar::LogInstructions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue