OcMainLib: Fix kext blocker not processing entries if one was skipped due to arch

This commit is contained in:
John Davis 2022-12-24 08:41:54 -06:00
parent 3e01f7faa1
commit 7b2af06339
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -430,7 +430,7 @@ OcKernelBlockKexts (
Arch,
Is32Bit ? "i386" : "x86_64"
));
return;
continue;
}
if (!OcMatchDarwinVersion (DarwinVersion, MinKernel, MaxKernel)) {