mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Add WMIS patch to fix ThermalZone sensor return issue
This commit is contained in:
@@ -126,9 +126,14 @@ patches = [
|
||||
description = "Creates an USBX device to inject USB power properties",
|
||||
function_name = "add_usb_power_properties"
|
||||
),
|
||||
PatchInfo(
|
||||
name = "WMIS",
|
||||
description = "Certain models forget to return result from ThermalZone",
|
||||
function_name = "return_thermal_zone"
|
||||
),
|
||||
PatchInfo(
|
||||
name = "XOSI",
|
||||
description = "Spoofs the operating system to Windows, enabling devices locked behind non-Windows systems on macOS",
|
||||
function_name = "operating_system_patch"
|
||||
),
|
||||
)
|
||||
]
|
||||
Reference in New Issue
Block a user