summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/board/nintendo/nx/k_memory_layout.h
blob: 01e225088d20798c451183f53bd865095bf1b8d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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