summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-07-22 05:22:59 +0200
committerSubv <subv2112@gmail.com>2017-09-15 21:26:13 +0200
commit214150f00c77474927cbdfb1598dbdb2cb4fcf32 (patch)
tree4e86b987f4503953ab3b6389e176bd63f7cdd672 /src/core/hle/kernel/memory.h
parentKernel/Memory: Switch the current page table when a new process is scheduled. (diff)
downloadyuzu-214150f00c77474927cbdfb1598dbdb2cb4fcf32.tar
yuzu-214150f00c77474927cbdfb1598dbdb2cb4fcf32.tar.gz
yuzu-214150f00c77474927cbdfb1598dbdb2cb4fcf32.tar.bz2
yuzu-214150f00c77474927cbdfb1598dbdb2cb4fcf32.tar.lz
yuzu-214150f00c77474927cbdfb1598dbdb2cb4fcf32.tar.xz
yuzu-214150f00c77474927cbdfb1598dbdb2cb4fcf32.tar.zst
yuzu-214150f00c77474927cbdfb1598dbdb2cb4fcf32.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/memory.h b/src/core/hle/kernel/memory.h
index 08c1a9989..da6bb3563 100644
--- a/src/core/hle/kernel/memory.h
+++ b/src/core/hle/kernel/memory.h
@@ -26,4 +26,6 @@ MemoryRegionInfo* GetMemoryRegion(MemoryRegion region);
void HandleSpecialMapping(VMManager& address_space, const AddressMapping& mapping);
void MapSharedPages(VMManager& address_space);
+
+extern MemoryRegionInfo memory_regions[3];
} // namespace Kernel