Sync PatcherSupportPkg

This commit is contained in:
Eduardo Covas
2024-09-23 13:58:43 -03:00
committed by GitHub
parent 16ab3367f8
commit 861898272b
3 changed files with 4 additions and 3 deletions
@@ -34,7 +34,7 @@ class AMDTeraScale(BaseSharedPatchSet):
PatchType.OVERWRITE_SYSTEM_VOLUME: {
"/System/Library/Extensions": {
"AMDFramebuffer.kext": "10.13.6",
"AMDLegacyFramebuffer.kext": "10.13.6",
"AMDLegacyFramebuffer.kext": "10.13.6" if self._xnu_float < self.macOS_13_3 else "10.13.6 TS2",
"AMDLegacySupport.kext": "10.13.6",
"AMDShared.bundle": "10.13.6",
"AMDSupport.kext": "10.13.6",