From c056f8042d1b9f8d79f3538d62925e50aaf9d356 Mon Sep 17 00:00:00 2001 From: valentinbreiz Date: Thu, 16 Jul 2020 22:50:37 +0200 Subject: [PATCH] forgot that --- source/Cosmos.System2/Graphics/FullScreenCanvas.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Cosmos.System2/Graphics/FullScreenCanvas.cs b/source/Cosmos.System2/Graphics/FullScreenCanvas.cs index a6e273050..c55e2cc89 100644 --- a/source/Cosmos.System2/Graphics/FullScreenCanvas.cs +++ b/source/Cosmos.System2/Graphics/FullScreenCanvas.cs @@ -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); }