* add possibility of overriding the disabled VESA driver using /VESA

git-svn-id: trunk@27799 -
This commit is contained in:
Tomas Hajny 2014-05-17 16:31:51 +00:00
parent 9f56c6ec11
commit 9b7fdfa8b0

View File

@ -177,6 +177,11 @@ begin
begin
disableVESA:=true;
end else
if UpcaseStr(Param)='VESA' then
begin
(* Force using VESA although it may have been disabled by default *)
disableVESA:=false;
end else
{$endif VESA}
if UpcaseStr(Param)='README' then
begin