Explorar o código

Kernel/Memory: Remove the Shared Memory region from the legacy memory map.

Subv %!s(int64=10) %!d(string=hai) anos
pai
achega
f72bd57212
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/core/hle/kernel/memory.cpp

+ 0 - 1
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
 };