summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/board/nintendo/nx/k_memory_layout.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-03-03 02:55:51 +0100
committerGitHub <noreply@github.com>2022-03-03 02:55:51 +0100
commit3ab82e758285108e12ff5ebcadb419a0d0c4e6e7 (patch)
tree96931961bb24ecbe660f7709966ccc7fa16c3ed3 /src/core/hle/kernel/board/nintendo/nx/k_memory_layout.h
parentMerge pull request #7959 from merryhime/cmpxchg (diff)
parenthle: kernel: Re-create memory layout at initialization. (diff)
downloadyuzu-3ab82e758285108e12ff5ebcadb419a0d0c4e6e7.tar
yuzu-3ab82e758285108e12ff5ebcadb419a0d0c4e6e7.tar.gz
yuzu-3ab82e758285108e12ff5ebcadb419a0d0c4e6e7.tar.bz2
yuzu-3ab82e758285108e12ff5ebcadb419a0d0c4e6e7.tar.lz
yuzu-3ab82e758285108e12ff5ebcadb419a0d0c4e6e7.tar.xz
yuzu-3ab82e758285108e12ff5ebcadb419a0d0c4e6e7.tar.zst
yuzu-3ab82e758285108e12ff5ebcadb419a0d0c4e6e7.zip
Diffstat (limited to 'src/core/hle/kernel/board/nintendo/nx/k_memory_layout.h')
-rw-r--r--src/core/hle/kernel/board/nintendo/nx/k_memory_layout.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/core/hle/kernel/board/nintendo/nx/k_memory_layout.h b/src/core/hle/kernel/board/nintendo/nx/k_memory_layout.h
new file mode 100644
index 000000000..01e225088
--- /dev/null
+++ b/src/core/hle/kernel/board/nintendo/nx/k_memory_layout.h
@@ -0,0 +1,13 @@
+// Copyright 2022 yuzu Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+#pragma once
+
+#include "common/common_types.h"
+
+namespace Kernel {
+
+constexpr inline PAddr MainMemoryAddress = 0x80000000;
+
+} // namespace Kernel