mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Add kext to patch Intel Math Kernel Library for AMD CPU systems
This commit is contained in:
@@ -672,6 +672,16 @@ kexts = [
|
||||
"repo": "HibernationFixup"
|
||||
}
|
||||
),
|
||||
KextInfo(
|
||||
name = "IntelMKLFixup",
|
||||
description = "Dead-simple Intel(tm) Math Kernel Library patcher for AMD CPU systems",
|
||||
category = "Extras",
|
||||
requires_kexts = ["Lilu"],
|
||||
github_repo = {
|
||||
"owner": "Carnations-Botanica",
|
||||
"repo": "IntelMKLFixup"
|
||||
}
|
||||
),
|
||||
KextInfo(
|
||||
name = "NoTouchID",
|
||||
description = "Avoid lag in authentication dialogs for board IDs with Touch ID sensors",
|
||||
|
||||
Reference in New Issue
Block a user