mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Add stock drive data set
This commit is contained in:
+517
-3
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -127,7 +127,7 @@ class BuildOpenCore:
|
|||||||
lambda: (self.model in model_array.LegacyAudio or self.model in model_array.MacPro) and self.constants.set_alc_usage is True,
|
lambda: (self.model in model_array.LegacyAudio or self.model in model_array.MacPro) and self.constants.set_alc_usage is True,
|
||||||
),
|
),
|
||||||
# IDE patch
|
# IDE patch
|
||||||
("AppleIntelPIIXATA.kext", self.constants.piixata_version, self.constants.piixata_path, lambda: self.model in model_array.IDEPatch),
|
("AppleIntelPIIXATA.kext", self.constants.piixata_version, self.constants.piixata_path, lambda: "PATA" in smbios_data.smbios_dictionary[self.model]["Stock Storage"]),
|
||||||
# Misc
|
# Misc
|
||||||
(
|
(
|
||||||
"FeatureUnlock.kext",
|
"FeatureUnlock.kext",
|
||||||
|
|||||||
Reference in New Issue
Block a user