diff options
author | bunnei <bunneidev@gmail.com> | 2020-12-03 15:32:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 15:32:45 -0800 |
commit | 69aaad9b9684570284efcdb5921e54d0f5983838 (patch) | |
tree | 364256228dfcdfc989a597aca2a6c753b173f93a /src/core/core.h | |
parent | 843ef8f2ec8b1645e7aa5eec7fcc8a76f0d3b666 (diff) | |
parent | 4b9e1b6586a8a4017b8e3e0fb52457d1e2568066 (diff) |
Merge pull request #4996 from bunnei/use-4jits
Kernel: Refactor to use 4-instances of Dynarmic & various cleanups and improvements
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index f642befc0..29b8fb92a 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -166,6 +166,8 @@ public: */ void InvalidateCpuInstructionCaches(); + void InvalidateCpuInstructionCacheRange(VAddr addr, std::size_t size); + /// Shutdown the emulated system. void Shutdown(); |