mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
amfi_detect.py: Resolve regression
This commit is contained in:
@@ -68,7 +68,7 @@ class AmfiConfigurationDetection:
|
|||||||
|
|
||||||
amfi_value = 0
|
amfi_value = 0
|
||||||
for arg in self.boot_args:
|
for arg in self.boot_args:
|
||||||
if not arg.startswith("amfi"):
|
if not arg.startswith("amfi="):
|
||||||
continue
|
continue
|
||||||
try:
|
try:
|
||||||
amfi_value = arg.split("=")
|
amfi_value = arg.split("=")
|
||||||
|
|||||||
Reference in New Issue
Block a user