mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Use the HFS file system driver utilized in Apple firmware
This commit is contained in:
@@ -481,7 +481,7 @@ class ConfigProdigy:
|
||||
def load_drivers(self):
|
||||
uefi_drivers = []
|
||||
|
||||
for driver_path in ("OpenCanopy.efi", "OpenHfsPlus.efi", "OpenRuntime.efi", "ResetNvramEntry.efi"):
|
||||
for driver_path in ("HfsPlus.efi", "OpenCanopy.efi", "OpenRuntime.efi", "ResetNvramEntry.efi"):
|
||||
uefi_drivers.append({
|
||||
"Arguments": "",
|
||||
"Comment": "",
|
||||
|
||||
Reference in New Issue
Block a user