forgot that

This commit is contained in:
valentinbreiz 2020-07-16 22:50:37 +02:00
parent 3c2125c0cd
commit c056f8042d

View file

@ -117,7 +117,7 @@ namespace Cosmos.System.Graphics
{
return new SVGAIICanvas(mode);
}
else if (BGAExists() || PCI.GetDevice((VendorID)0x80EE, (DeviceID)0xBEEF) != null || Core.VBE.IsAvailable())
if (VBEAvailable())
{
return new VBECanvas(mode);
}