summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2016-04-17 21:10:17 -0500
committerSubv <subv2112@gmail.com>2016-05-12 20:00:33 -0500
commitf72bd5721240d9f33d803546c4bbc21a6f4ee466 (patch)
tree0e46d1281432e8eff73a82c01be2cb57eeea10f7 /src
parent1bd0cf542ff8db1cda572c4d92462643296af121 (diff)
Kernel/Memory: Remove the Shared Memory region from the legacy memory map.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/kernel/memory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/memory.cpp b/src/core/hle/kernel/memory.cpp
index 862643448..6f1f0856c 100644
--- a/src/core/hle/kernel/memory.cpp
+++ b/src/core/hle/kernel/memory.cpp
@@ -107,7 +107,6 @@ struct MemoryArea {
// We don't declare the IO regions in here since its handled by other means.
static MemoryArea memory_areas[] = {
- {SHARED_MEMORY_VADDR, SHARED_MEMORY_SIZE, "Shared Memory"}, // Shared memory
{VRAM_VADDR, VRAM_SIZE, "VRAM"}, // Video memory (VRAM)
{TLS_AREA_VADDR, TLS_AREA_SIZE, "TLS Area"}, // TLS memory
};