hle: kernel: board: nx: Add k_memory_layout.h header.

This commit is contained in:
bunnei 2022-02-21 17:38:11 -08:00
parent 9b5e7971dc
commit a6496deeed
2 changed files with 14 additions and 0 deletions

View file

@ -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