Add support for KDK caching

This commit is contained in:
Mykola Grymalyuk
2023-11-01 21:55:29 -06:00
parent 4196a7b5f2
commit 55801e80bd
9 changed files with 306 additions and 26 deletions
+4
View File
@@ -296,6 +296,10 @@ class Constants:
def update_launch_daemon_path(self):
return self.launch_services_path / Path("com.dortania.opencore-legacy-patcher.macos-update.plist")
@property
def kdk_launch_daemon_path(self):
return self.launch_services_path / Path("com.dortania.opencore-legacy-patcher.os-caching.plist")
# ACPI
@property
def pci_ssdt_path(self):