提交 f5528850 编写于 作者: V vit9696

OpenCanopy: Fixed incorrect volume icon dimension requirements

closes acidanthera/bugtracker#1011
上级 c7cfb84e
......@@ -25,6 +25,7 @@ OpenCore Changelog
- Added `AppleFramebufferInfo` protocol implementation and override
- Fixed serial initialisation when file logging is disabled
- Fixed FSBFrequency reporting on Meron and similar CPUs
- Fixed incorrect volume icon dimension requirements in OpenCanopy
#### v0.5.9
- Added full HiDPI support in OpenCanopy
......
......@@ -834,8 +834,8 @@ BootPickerEntriesAdd (
IconFileData,
IconFileSize,
GuiContext->Scale,
BOOT_ENTRY_ICON_DIMENSION * GuiContext->Scale,
BOOT_ENTRY_ICON_DIMENSION * GuiContext->Scale,
BOOT_ENTRY_ICON_DIMENSION,
BOOT_ENTRY_ICON_DIMENSION,
FALSE
);
FreePool (IconFileData);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册