mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-13 20:28:21 +10:00
Fix typo
This commit is contained in:
@@ -29,7 +29,7 @@ class OpenCoreLegacyPatcher():
|
||||
self.constants.secure_status = False
|
||||
self.constants.disable_amfi = True
|
||||
if self.current_model in ModelArray.ModernGPU:
|
||||
if self.model in ["iMac13,1", "iMac13,3"]:
|
||||
if self.current_model in ["iMac13,1", "iMac13,3"]:
|
||||
dgpu_vendor,dgpu_device,dgpu_acpi = DeviceProbe.pci_probe().gpu_probe("GFX0")
|
||||
if not dgpu_vendor:
|
||||
self.constants.sip_status = False
|
||||
|
||||
Reference in New Issue
Block a user