mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 06:27:58 -05:00
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
This commit is contained in:
@ -166,6 +166,8 @@ public:
|
||||
*/
|
||||
void InvalidateCpuInstructionCaches();
|
||||
|
||||
void InvalidateCpuInstructionCacheRange(VAddr addr, std::size_t size);
|
||||
|
||||
/// Shutdown the emulated system.
|
||||
void Shutdown();
|
||||
|
||||
|
Reference in New Issue
Block a user