summaryrefslogtreecommitdiff
path: root/src/common/host_memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/host_memory.cpp')
-rw-r--r--src/common/host_memory.cpp2
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:
621 621
622 void Protect(size_t virtual_offset, size_t length, bool read, bool write, bool execute) {} 622 void Protect(size_t virtual_offset, size_t length, bool read, bool write, bool execute) {}
623 623
624 void EnableDirectMappedAddress() {}
625
624 u8* backing_base{nullptr}; 626 u8* backing_base{nullptr};
625 u8* virtual_base{nullptr}; 627 u8* virtual_base{nullptr};
626}; 628};