Skip to content

Commit

Permalink
fix absent variable
Browse files Browse the repository at this point in the history
Signed-off-by: Slice <[email protected]>
  • Loading branch information
SergeySlice committed Jan 25, 2024
1 parent ab932e4 commit 841ff01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rEFIt_UEFI/Platform/gma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 841ff01

Please sign in to comment.