mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 03:04:31 +10:00
Increment OpenCore
This commit is contained in:
@@ -10,7 +10,7 @@ from pathlib import Path
|
||||
class Constants:
|
||||
def __init__(self):
|
||||
self.patcher_version = "0.0.19"
|
||||
self.opencore_commit = "c92bcb7 - 2021-03-20"
|
||||
self.opencore_commit = "9cd61bb - 2021-03-27"
|
||||
self.opencore_version = "0.6.8"
|
||||
self.lilu_version = "1.5.1"
|
||||
self.whatevergreen_version = "1.4.8"
|
||||
|
||||
@@ -152,6 +152,7 @@ class BuildOpenCore:
|
||||
if self.model in ModelArray.pciSSDT:
|
||||
print("- Adding SSDT-CPBG.aml")
|
||||
self.get_item_by_kv(self.config["ACPI"]["Add"], "Path", "SSDT-CPBG.aml")["Enabled"] = True
|
||||
shutil.copy(self.constants.pci_ssdt_path, self.constants.acpi_path)
|
||||
|
||||
# USB Map
|
||||
usb_map_path = Path(self.constants.current_path) / Path(f"payloads/Kexts/Plists/AppleUSBMaps/Info.plist")
|
||||
|
||||
Reference in New Issue
Block a user