mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Rearrange misplaced code to its correct position
This commit is contained in:
@@ -2012,9 +2012,9 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "DNVMe", 0x00000000)
|
||||
}
|
||||
"""
|
||||
|
||||
ssdt_content = ssdt_content.replace("[[DevicePath]]", device_props.get("ACPI Path"))
|
||||
|
||||
if ssdt_name:
|
||||
ssdt_content = ssdt_content.replace("[[DevicePath]]", device_props.get("ACPI Path"))
|
||||
|
||||
results["Add"].append(
|
||||
{
|
||||
"Comment": comment,
|
||||
|
||||
Reference in New Issue
Block a user