Przeglądaj źródła

Added comment on Main memory size for more clarity

David Marcec 7 lat temu
rodzic
commit
cc4521fc70
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/core/hle/kernel/svc.cpp

+ 1 - 0
src/core/hle/kernel/svc.cpp

@@ -63,6 +63,7 @@ bool IsInsideNewMapRegion(const VMManager& vm, VAddr address, u64 size) {
                                 vm.GetNewMapRegionEndAddress());
                                 vm.GetNewMapRegionEndAddress());
 }
 }
 
 
+// 8 GiB
 constexpr u64 MAIN_MEMORY_SIZE = 0x200000000;
 constexpr u64 MAIN_MEMORY_SIZE = 0x200000000;
 
 
 // Helper function that performs the common sanity checks for svcMapMemory
 // Helper function that performs the common sanity checks for svcMapMemory