mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
This commit is contained in:
parent
5114c6f3ac
commit
a5b73195c9
12 changed files with 56 additions and 16 deletions
|
@ -166,6 +166,8 @@ public:
|
|||
*/
|
||||
void InvalidateCpuInstructionCaches();
|
||||
|
||||
void InvalidateCpuInstructionCacheRange(VAddr addr, std::size_t size);
|
||||
|
||||
/// Shutdown the emulated system.
|
||||
void Shutdown();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue