mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcBootManagementLib: Rename BOOTCAMP Windows to Windows
This commit is contained in:
parent
6d61426da5
commit
eceb36fff1
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user