mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Remove default ACPI PRW patch
This commit is contained in:
@@ -3256,8 +3256,6 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "SURFACE", 0x00001000)
|
||||
if "AMD" in hardware_report.get("CPU").get("Manufacturer") or self.utils.contains_any(chipset_data.IntelChipsets, hardware_report.get("Motherboard").get("Chipset"), start=89):
|
||||
selected_patches.append("RTCAWAC")
|
||||
|
||||
selected_patches.append("PRW")
|
||||
|
||||
if "SURFACE" in hardware_report.get("Motherboard").get("Name"):
|
||||
selected_patches.append("Surface Patch")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user