Fix crash

This commit is contained in:
Mykola Grymalyuk
2021-09-21 19:26:23 -06:00
parent 1b2eea6b50
commit 7b332e87c4
2 changed files with 1 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ AddNvidiaKeplerAccel11 = [
"NVDAGK100Hal.kext",
"NVDAResman.kext",
"NVDAStartup.kext",
"NVSMU.kext",
]
AddAMDAccel11 = [

View File

@@ -137,7 +137,7 @@ def amfi_status():
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
else:
return False