mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
JitInterface: Refactor to class, move to System.
This commit is contained in:
@ -986,7 +986,7 @@ void UpdateWantDeterminism(bool initial)
|
||||
|
||||
// We need to clear the cache because some parts of the JIT depend on want_determinism,
|
||||
// e.g. use of FMA.
|
||||
JitInterface::ClearCache();
|
||||
system.GetJitInterface().ClearCache();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user