common: use memory holepunching when clearing memory
This commit is contained in:
parent
462ba1b360
commit
8ad5f2c506
4 changed files with 42 additions and 17 deletions
|
@ -48,6 +48,8 @@ public:
|
|||
|
||||
void EnableDirectMappedAddress();
|
||||
|
||||
void ClearBackingRegion(size_t physical_offset, size_t length, u32 fill_value);
|
||||
|
||||
[[nodiscard]] u8* BackingBasePointer() noexcept {
|
||||
return backing_base;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue