Import dosdude1 patches

This commit is contained in:
Mykola Grymalyuk
2021-05-08 22:24:05 -06:00
parent 78038b9607
commit b4ef000fc0
3 changed files with 17 additions and 8 deletions
+2
View File
@@ -304,6 +304,8 @@ class Constants:
def legacy_intel_gen2_path(self): return self.legacy_graphics / Path("Intel-Gen6-SandyBridge")
@property
def legacy_intel_gen3_path(self): return self.legacy_graphics / Path("Intel-Gen7-IvyBridge")
@property
def legacy_general_path(self): return self.legacy_graphics / Path("General-Patches")
@property
def legacy_brightness(self): return self.payload_apple_kexts_path / Path("Brightness-Control")