mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
forgot that
This commit is contained in:
parent
3c2125c0cd
commit
c056f8042d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue