mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 12:48:18 +10:00
misc.py: Ensure spoofed models with SBM get access to VMM
This commit is contained in:
@@ -122,7 +122,7 @@ class BuildMiscellaneous:
|
||||
# Alternative approach to the kern.hv_vmm_present patch
|
||||
# Dynamically sets the property to 1 if software update/installer is detected
|
||||
# Always enabled in installers/recovery environments
|
||||
if self.constants.allow_oc_everywhere is False and self.constants.serial_settings == "None":
|
||||
if self.constants.allow_oc_everywhere is False and (self.constants.serial_settings == "None" or self.constants.secure_status is False):
|
||||
re_patch_args.append("sbvmm")
|
||||
|
||||
# Resolve CoreGraphics.framework crashing on Ivy Bridge in macOS 13.3+
|
||||
|
||||
Reference in New Issue
Block a user