mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #1219 from FioraAeterna/fixclearcache
JIT: set clear_cache_asap to false when clearing the cache
This commit is contained in:
@ -223,6 +223,7 @@ void Jit64::ClearCache()
|
||||
trampolines.ClearCodeSpace();
|
||||
farcode.ClearCodeSpace();
|
||||
ClearCodeSpace();
|
||||
m_clear_cache_asap = false;
|
||||
}
|
||||
|
||||
void Jit64::Shutdown()
|
||||
|
Reference in New Issue
Block a user