mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 05:15:47 +00:00
common: use memory holepunching when clearing memory
This commit is contained in:
parent
a7fe636122
commit
1075c88dca
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