Add Windows UEFI Audio support

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/133
This commit is contained in:
Mykola Grymalyuk
2021-04-29 20:53:54 -06:00
parent e1be0d32ab
commit 9ae7be59b5
5 changed files with 11 additions and 6 deletions
+2
View File
@@ -113,6 +113,8 @@ class Constants:
# ACPI
@property
def pci_ssdt_path(self): return self.payload_path / Path("ACPI/SSDT-CPBG.aml")
@property
def windows_ssdt_path(self): return self.payload_path / Path("ACPI/SSDT-PCI.aml")
# Drivers
@property