mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 22:38:12 +03:00
Merge pull request #1219 from FioraAeterna/fixclearcache
JIT: set clear_cache_asap to false when clearing the cache
This commit is contained in:
commit
1af4043f14
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ void Jit64::ClearCache()
|
||||||
trampolines.ClearCodeSpace();
|
trampolines.ClearCodeSpace();
|
||||||
farcode.ClearCodeSpace();
|
farcode.ClearCodeSpace();
|
||||||
ClearCodeSpace();
|
ClearCodeSpace();
|
||||||
|
m_clear_cache_asap = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Jit64::Shutdown()
|
void Jit64::Shutdown()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue