mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
Update Constants.py
This commit is contained in:
@@ -127,6 +127,10 @@ class Constants:
|
|||||||
@property
|
@property
|
||||||
def plist_template(self): return self.payload_path / Path(f"Config/config.plist")
|
def plist_template(self): return self.payload_path / Path(f"Config/config.plist")
|
||||||
|
|
||||||
|
# Mount Location
|
||||||
|
@property
|
||||||
|
def payload_mnt1_path(self): return self.payload_path / Path("mnt1")
|
||||||
|
|
||||||
# ACPI
|
# ACPI
|
||||||
@property
|
@property
|
||||||
def pci_ssdt_path(self): return self.payload_path / Path("ACPI/SSDT-CPBG.aml")
|
def pci_ssdt_path(self): return self.payload_path / Path("ACPI/SSDT-CPBG.aml")
|
||||||
|
|||||||
Reference in New Issue
Block a user