Add ThirdPartyDrives quirk configurability

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/822
This commit is contained in:
Mykola Grymalyuk
2022-01-07 17:53:56 -07:00
parent 4cc2dab964
commit 14de472b6a
4 changed files with 35 additions and 8 deletions
+1
View File
@@ -175,6 +175,7 @@ class Constants:
self.custom_sip_value = None # Set custom SIP value
self.walkthrough = False # Enable Walkthrough
self.disable_connectdrivers = False # Disable ConnectDrivers (hibernation)
self.allow_3rd_party_drives = True # Allow ThridPartyDrives quirk
self.legacy_accel_support = [
os_data.os_data.mojave,