summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/svc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/svc.cpp')
-rw-r--r--src/core/hle/kernel/svc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp
index 35eee8127..b5c644ede 100644
--- a/src/core/hle/kernel/svc.cpp
+++ b/src/core/hle/kernel/svc.cpp
@@ -63,6 +63,7 @@ bool IsInsideNewMapRegion(const VMManager& vm, VAddr address, u64 size) {
63 vm.GetNewMapRegionEndAddress()); 63 vm.GetNewMapRegionEndAddress());
64} 64}
65 65
66// 8 GiB
66constexpr u64 MAIN_MEMORY_SIZE = 0x200000000; 67constexpr u64 MAIN_MEMORY_SIZE = 0x200000000;
67 68
68// Helper function that performs the common sanity checks for svcMapMemory 69// Helper function that performs the common sanity checks for svcMapMemory