mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcMainLib: Fix kext blocker not processing entries if one was skipped due to arch
This commit is contained in:
parent
3e01f7faa1
commit
7b2af06339
@ -5,6 +5,7 @@ OpenCore Changelog
|
||||
- Updated AppleKeyboardLayouts.txt from macOS 13.1
|
||||
- Updated builtin firmware versions for SMBIOS and the rest
|
||||
- Updated ocvalidate to allow duplicate tool if FullNvramAccess is different
|
||||
- Fixed `Kernel` -> `Block` entries not being processed if one was skipped due to `Arch`
|
||||
|
||||
#### v0.8.7
|
||||
- Removed unwanted clear screen when launching non-text boot entry
|
||||
|
||||
@ -430,7 +430,7 @@ OcKernelBlockKexts (
|
||||
Arch,
|
||||
Is32Bit ? "i386" : "x86_64"
|
||||
));
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!OcMatchDarwinVersion (DarwinVersion, MinKernel, MaxKernel)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user