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
|
const
|
||||||
Flo=0;
|
Flo=0;
|
||||||
Fhi=$1FFFFFFFF;
|
Fhi=$17FFFFFFF;
|
||||||
FMaxSize=(Fhi-Flo+1);
|
FMaxSize=(Fhi-Flo+1);
|
||||||
|
|
||||||
var
|
var
|
||||||
|
|
|
@ -53,8 +53,7 @@ var
|
||||||
NamedManager :TNamedManager;
|
NamedManager :TNamedManager;
|
||||||
|
|
||||||
Const
|
Const
|
||||||
//SCE_KERNEL_MAIN_DMEM_SIZE=$180000000; //6GB
|
SCE_KERNEL_MAIN_DMEM_SIZE=$180000000; //6GB
|
||||||
SCE_KERNEL_MAIN_DMEM_SIZE=$200000000; //8GB
|
|
||||||
|
|
||||||
type
|
type
|
||||||
pSceKernelDirectMemoryQueryInfo=^SceKernelDirectMemoryQueryInfo;
|
pSceKernelDirectMemoryQueryInfo=^SceKernelDirectMemoryQueryInfo;
|
||||||
|
@ -558,8 +557,6 @@ var
|
||||||
begin
|
begin
|
||||||
Result:=EINVAL;
|
Result:=EINVAL;
|
||||||
|
|
||||||
Writeln('srchd:',HexStr(searchStart,10),'..',HexStr(searchEnd,10),' align:',HexStr(alignment,10));
|
|
||||||
|
|
||||||
if (searchEnd<=searchStart) then Exit;
|
if (searchEnd<=searchStart) then Exit;
|
||||||
|
|
||||||
if (searchEnd>SCE_KERNEL_MAIN_DMEM_SIZE) then Exit;
|
if (searchEnd>SCE_KERNEL_MAIN_DMEM_SIZE) then Exit;
|
||||||
|
|
Loading…
Reference in New Issue