mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Add customizable ACPI patch options and update additional patches
This commit is contained in:
@@ -16,6 +16,11 @@ patches = [
|
||||
description = "Avoid kernel panic by pointing the first CPU entry to an active CPU on HEDT systems",
|
||||
function_name = "fix_apic_processor_id"
|
||||
),
|
||||
PatchInfo(
|
||||
name = "BATP",
|
||||
description = "Enables displaying the battery percentage on laptops",
|
||||
function_name = "battery_status_patch"
|
||||
),
|
||||
PatchInfo(
|
||||
name = "BUS0",
|
||||
description = "Add a System Management Bus device to fix AppleSMBus issues",
|
||||
|
||||
Reference in New Issue
Block a user