mirror of
https://github.com/red-prig/fpPS4.git
synced 2024-11-27 08:31:07 +00:00
Increased DirectMemorySize
This commit is contained in:
parent
834a26582e
commit
dbfab8469f
@ -391,9 +391,7 @@ end;
|
||||
|
||||
function ps4_sceKernelGetDirectMemorySize:Int64; SysV_ABI_CDecl;
|
||||
begin
|
||||
//5184 MiB - 512 MiB
|
||||
Result:=(5184*1024*1024)-(512*1024*1024);
|
||||
//Result:=SCE_KERNEL_MAIN_DMEM_SIZE-(448*1024*1024);
|
||||
Result:=SCE_KERNEL_MAIN_DMEM_SIZE;
|
||||
end;
|
||||
|
||||
function ps4_getpagesize:Integer; SysV_ABI_CDecl;
|
||||
|
Loading…
Reference in New Issue
Block a user