mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-05 18:23:16 +00:00
core: Add support for Neo mode memory size. (#1196)
This commit is contained in:
parent
f139762c64
commit
20915eb5b8
4 changed files with 10 additions and 2 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue