mirror of https://github.com/red-prig/fpPS4.git
Revert "Increased maximum direct memory size"
This reverts commit 6b4dcf40f3
.
This commit is contained in:
parent
a1fc249baf
commit
f83f2f5bca
|
@ -67,7 +67,7 @@ type
|
|||
|
||||
const
|
||||
Flo=0;
|
||||
Fhi=$1FFFFFFFF;
|
||||
Fhi=$17FFFFFFF;
|
||||
FMaxSize=(Fhi-Flo+1);
|
||||
|
||||
var
|
||||
|
|
|
@ -53,8 +53,7 @@ var
|
|||
NamedManager :TNamedManager;
|
||||
|
||||
Const
|
||||
//SCE_KERNEL_MAIN_DMEM_SIZE=$180000000; //6GB
|
||||
SCE_KERNEL_MAIN_DMEM_SIZE=$200000000; //8GB
|
||||
SCE_KERNEL_MAIN_DMEM_SIZE=$180000000; //6GB
|
||||
|
||||
type
|
||||
pSceKernelDirectMemoryQueryInfo=^SceKernelDirectMemoryQueryInfo;
|
||||
|
@ -558,8 +557,6 @@ var
|
|||
begin
|
||||
Result:=EINVAL;
|
||||
|
||||
Writeln('srchd:',HexStr(searchStart,10),'..',HexStr(searchEnd,10),' align:',HexStr(alignment,10));
|
||||
|
||||
if (searchEnd<=searchStart) then Exit;
|
||||
|
||||
if (searchEnd>SCE_KERNEL_MAIN_DMEM_SIZE) then Exit;
|
||||
|
|
Loading…
Reference in New Issue