mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 22:00:00 +10:00
sys_patch_dict.py: Resolve Vega regression
This commit is contained in:
@@ -11,6 +11,8 @@
|
|||||||
- Add configuration for mediaanalysisd usage
|
- Add configuration for mediaanalysisd usage
|
||||||
- For systems that are the primary iCloud Photo Library host, mediaanalysisd may be unstable on large amounts of unprocessed faces
|
- For systems that are the primary iCloud Photo Library host, mediaanalysisd may be unstable on large amounts of unprocessed faces
|
||||||
- Applicable to 3802-based GPUs (ie. Intel Ivy Bridge and Haswell iGPUs, Nvidia Kepler dGPUs)
|
- Applicable to 3802-based GPUs (ie. Intel Ivy Bridge and Haswell iGPUs, Nvidia Kepler dGPUs)
|
||||||
|
- Resolve AMD Vega support on pre-AVX2 Macs in macOS Ventura
|
||||||
|
- Originally caused by regression from 0.6.2
|
||||||
- Backend Changes:
|
- Backend Changes:
|
||||||
- device_probe.py:
|
- device_probe.py:
|
||||||
- Add USB device parsing via `IOUSBDevice` class
|
- Add USB device parsing via `IOUSBDevice` class
|
||||||
|
|||||||
@@ -818,7 +818,6 @@ class SystemPatchDictionary():
|
|||||||
"Install": {
|
"Install": {
|
||||||
"/System/Library/Extensions": {
|
"/System/Library/Extensions": {
|
||||||
"AMDRadeonX5000.kext": "12.5",
|
"AMDRadeonX5000.kext": "12.5",
|
||||||
"AMDRadeonX5000HWServices.kext": "12.5",
|
|
||||||
|
|
||||||
"AMDRadeonVADriver2.bundle": "12.5",
|
"AMDRadeonVADriver2.bundle": "12.5",
|
||||||
"AMDRadeonX5000GLDriver.bundle": "12.5",
|
"AMDRadeonX5000GLDriver.bundle": "12.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user