mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
d8e95a3785
commit
cb96613478
|
@ -234,6 +234,12 @@ begin
|
|||
if (err<>0) then
|
||||
begin
|
||||
Writeln(StdErr,'_VirtualReserve(',HexStr(FOffset),',',HexStr(ASize,16),'):',err);
|
||||
if (err=ERROR_COMMITMENT_LIMIT) then
|
||||
begin
|
||||
Writeln(StdErr,'Please increase the size of the paging file in your'+#13#10+
|
||||
' OS settings or make it automatic,'+#13#10+
|
||||
' you need at least:',(ASize/(1024*1024)):0:2,'MB');
|
||||
end;
|
||||
Exit;
|
||||
end;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue