// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once #include "common/common_types.h" namespace Kernel { constexpr inline PAddr MainMemoryAddress = 0x80000000; } // namespace Kernel