mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +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):
|
def load_drivers(self):
|
||||||
uefi_drivers = []
|
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({
|
uefi_drivers.append({
|
||||||
"Arguments": "",
|
"Arguments": "",
|
||||||
"Comment": "",
|
"Comment": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user