mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Fix crash
This commit is contained in:
@@ -91,7 +91,6 @@ AddNvidiaKeplerAccel11 = [
|
|||||||
"NVDAGK100Hal.kext",
|
"NVDAGK100Hal.kext",
|
||||||
"NVDAResman.kext",
|
"NVDAResman.kext",
|
||||||
"NVDAStartup.kext",
|
"NVDAStartup.kext",
|
||||||
"NVSMU.kext",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
AddAMDAccel11 = [
|
AddAMDAccel11 = [
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ def amfi_status():
|
|||||||
|
|
||||||
|
|
||||||
def check_oclp_boot():
|
def check_oclp_boot():
|
||||||
if get_nvram("OCLP-Version", "4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102", decode=False):
|
if get_nvram("OCLP-Version", "4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102", decode=True):
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user