Explorar o código

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

git-svn-id: trunk@27799 -
Tomas Hajny %!s(int64=11) %!d(string=hai) anos
pai
achega
9b7fdfa8b0
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      ide/fp.pas

+ 5 - 0
ide/fp.pas

@@ -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