diff options
Diffstat (limited to 'src/common/host_memory.h')
| -rw-r--r-- | src/common/host_memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/host_memory.h b/src/common/host_memory.h index 447975ded..4014a1962 100644 --- a/src/common/host_memory.h +++ b/src/common/host_memory.h | |||
| @@ -37,6 +37,8 @@ public: | |||
| 37 | 37 | ||
| 38 | void Protect(size_t virtual_offset, size_t length, bool read, bool write); | 38 | void Protect(size_t virtual_offset, size_t length, bool read, bool write); |
| 39 | 39 | ||
| 40 | void EnableDirectMappedAddress(); | ||
| 41 | |||
| 40 | [[nodiscard]] u8* BackingBasePointer() noexcept { | 42 | [[nodiscard]] u8* BackingBasePointer() noexcept { |
| 41 | return backing_base; | 43 | return backing_base; |
| 42 | } | 44 | } |