mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-01 15:02:40 +00:00
core/libraries/kernel: Fix inaccurate direct memory size
This commit is contained in:
parent
c79b10edc1
commit
20ef4cc420
@ -6,7 +6,7 @@
|
||||
#include "common/bit_field.h"
|
||||
#include "common/types.h"
|
||||
|
||||
constexpr u64 SCE_KERNEL_MAIN_DMEM_SIZE = 6_GB; // ~ 6GB
|
||||
constexpr u64 SCE_KERNEL_MAIN_DMEM_SIZE = 4608_MB; // ~ 4.5GB
|
||||
|
||||
namespace Libraries::Kernel {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user