mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 19:10:15 +10:00
defaults.py: Sync AMFI logic
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
- Relies on N-1 system for when matching KDK is not present
|
- Relies on N-1 system for when matching KDK is not present
|
||||||
- Delete unused KDKs in `/Library/Developer/KDKs` during root patching
|
- Delete unused KDKs in `/Library/Developer/KDKs` during root patching
|
||||||
- Resolve Power Management support for Ivy Bridge and older
|
- Resolve Power Management support for Ivy Bridge and older
|
||||||
|
- Drop AMFI requirement for Nvidia Kepler
|
||||||
- Add work-around to Catalyst Buttons not responding on non-Metal in macOS Monterey
|
- Add work-around to Catalyst Buttons not responding on non-Metal in macOS Monterey
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- OpenCorePkg 0.8.5 release
|
- OpenCorePkg 0.8.5 release
|
||||||
|
|||||||
@@ -218,7 +218,6 @@ class generate_defaults:
|
|||||||
self.constants.disable_cs_lv = True
|
self.constants.disable_cs_lv = True
|
||||||
|
|
||||||
if gpu in [
|
if gpu in [
|
||||||
device_probe.NVIDIA.Archs.Kepler,
|
|
||||||
device_probe.AMD.Archs.Legacy_GCN_7000,
|
device_probe.AMD.Archs.Legacy_GCN_7000,
|
||||||
device_probe.AMD.Archs.Legacy_GCN_8000,
|
device_probe.AMD.Archs.Legacy_GCN_8000,
|
||||||
device_probe.AMD.Archs.Legacy_GCN_9000,
|
device_probe.AMD.Archs.Legacy_GCN_9000,
|
||||||
|
|||||||
Reference in New Issue
Block a user