diff options
author | Liam <byteslice@airmail.cc> | 2023-11-26 19:50:10 -0500 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-11-26 19:50:10 -0500 |
commit | 15f35b8657ef863ea3df0d141521b72c61f0069f (patch) | |
tree | 922146eff6e598643619ab350abe3f25201f3172 /src/common | |
parent | 7482e03c770332dca12a08467a64192c8179a613 (diff) |
general: fix mac compile
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/host_memory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/host_memory.cpp b/src/common/host_memory.cpp index 4cbc22b85..413dd3e98 100644 --- a/src/common/host_memory.cpp +++ b/src/common/host_memory.cpp @@ -621,6 +621,8 @@ public: void Protect(size_t virtual_offset, size_t length, bool read, bool write, bool execute) {} + void EnableDirectMappedAddress() {} + u8* backing_base{nullptr}; u8* virtual_base{nullptr}; }; |