mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 19:46:02 +02:00
* add possibility of overriding the disabled VESA driver using /VESA
git-svn-id: trunk@27799 -
This commit is contained in:
parent
9f56c6ec11
commit
9b7fdfa8b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user