diff options
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: | |||
| 166 | */ | 166 | */ |
| 167 | void InvalidateCpuInstructionCaches(); | 167 | void InvalidateCpuInstructionCaches(); |
| 168 | 168 | ||
| 169 | void InvalidateCpuInstructionCacheRange(VAddr addr, std::size_t size); | ||
| 170 | |||
| 169 | /// Shutdown the emulated system. | 171 | /// Shutdown the emulated system. |
| 170 | void Shutdown(); | 172 | void Shutdown(); |
| 171 | 173 | ||