mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-03-20 12:41:02 +01:00
a32_interface: Temporary implementation of ranged cache invalidation
This commit is contained in:
@@ -175,7 +175,11 @@ private:
|
||||
}
|
||||
|
||||
if (!invalid_cache_ranges.empty()) {
|
||||
ASSERT_FALSE("Unimplemented");
|
||||
// TODO: Optimize
|
||||
current_address_space.ClearCache();
|
||||
|
||||
invalid_cache_ranges.clear();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user