mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
sys_patch_dict.py: Add legacy GCN base
This commit is contained in:
@@ -921,7 +921,7 @@ class SystemPatchDictionary():
|
|||||||
|
|
||||||
"AMDRadeonVADriver2.bundle": "12.5",
|
"AMDRadeonVADriver2.bundle": "12.5",
|
||||||
"AMDRadeonX4000GLDriver.bundle": "12.5",
|
"AMDRadeonX4000GLDriver.bundle": "12.5",
|
||||||
"AMDMTLBronzeDriver.bundle": "12.5",
|
"AMDMTLBronzeDriver.bundle": "12.5" if self.os_major < os_data.os_data.sequoia else "12.5-24",
|
||||||
"AMDShared.bundle": "12.5",
|
"AMDShared.bundle": "12.5",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user