mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-05 03:23:36 +00:00
a32_interface: Temporary implementation of ranged cache invalidation
This commit is contained in:
parent
d90e0db502
commit
1d60047078
@ -175,7 +175,11 @@ private:
|
||||
}
|
||||
|
||||
if (!invalid_cache_ranges.empty()) {
|
||||
ASSERT_FALSE("Unimplemented");
|
||||
// TODO: Optimize
|
||||
current_address_space.ClearCache();
|
||||
|
||||
invalid_cache_ranges.clear();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user