提交 eceb36ff 编写于 作者: V vit9696

OcBootManagementLib: Rename BOOTCAMP Windows to Windows

上级 6d61426d
......@@ -12,6 +12,7 @@ OpenCore Changelog
- Added `boot.efi` debug protocol support for 10.15.4+
- Added `boot.efi` performance logging for 10.15.4+
- Added `ProtectUefiServices` quirk to fix `DevirtualiseMmio` on Z390
- Replaced `BOOTCAMP Windows` with `Windows` to match the original
#### v0.5.6
- Various improvements to builtin text renderer
......
......@@ -100,7 +100,7 @@ OcDescribeBootEntry (
if (!EFI_ERROR (Status)) {
BootEntry->Type = OC_BOOT_WINDOWS;
if (BootEntry->Name == NULL) {
BootEntry->Name = AllocateCopyPool (sizeof (L"BOOTCAMP Windows"), L"BOOTCAMP Windows");
BootEntry->Name = AllocateCopyPool (sizeof (L"Windows"), L"Windows");
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册