core: Add support for Neo mode memory size. (#1196)

This commit is contained in:
squidbus
2024-10-08 00:29:05 -07:00
committed by GitHub
parent f139762c64
commit 20915eb5b8
4 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
#include "common/types.h"
constexpr u64 SCE_KERNEL_MAIN_DMEM_SIZE = 5056_MB; // ~ 5GB
// TODO: Confirm this value on hardware.
constexpr u64 SCE_KERNEL_MAIN_DMEM_SIZE_PRO = 5568_MB; // ~ 5.5GB
namespace Libraries::Kernel {