sys_patch_auto.py: Add RSR work around

This commit is contained in:
Mykola Grymalyuk
2023-05-03 15:39:16 -06:00
parent 2fadae2e3d
commit d551df34ed
5 changed files with 90 additions and 1 deletions

View File

@@ -238,6 +238,10 @@ class Constants:
def auto_patch_launch_agent_path(self):
return self.payload_path / Path("com.dortania.opencore-legacy-patcher.auto-patch.plist")
@property
def rsr_monitor_launch_daemon_path(self):
return self.payload_path / Path("com.dortania.opencore-legacy-patcher.rsr-monitor.plist")
# ACPI
@property
def pci_ssdt_path(self):