fix absent variable

Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
Slice 2024-01-25 07:55:26 +03:00
parent ab932e4614
commit 841ff01f27
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ XBool setup_gma_devprop(const MacOsVersion& macOSVersion, const XString8& BuildV
DevPropDevice *device = NULL;
UINT8 BuiltIn = 0x00;
UINT32 FakeID;
// UINT32 DualLink = 1;
UINT32 DualLink = 1;
// UINT64 os_version = AsciiOSVersionToUint64(macOSVersion);
XBool SetUGAWidth = false;
XBool SetUGAHeight = false;