core: better memory configuration (#1896)

This commit is contained in:
polybiusproxy 2024-12-28 12:03:00 +01:00 committed by GitHub
parent 55f78a0b94
commit 817a62468e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 55 additions and 32 deletions

View file

@ -26,7 +26,7 @@ asm(".zerofill GUEST_SYSTEM,GUEST_SYSTEM,__guest_system,0xFBFC00000");
namespace Core {
static constexpr size_t BackingSize = SCE_KERNEL_MAIN_DMEM_SIZE_PRO;
static constexpr size_t BackingSize = SCE_KERNEL_TOTAL_MEM_PRO;
#ifdef _WIN32