mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
metal_3802.py: Set PhotosUICore.framework correctly
This commit is contained in:
@@ -75,6 +75,9 @@ class LegacyMetal3802(BaseSharedPatchSet):
|
|||||||
**({ "MTLCompiler.framework": "14.2 Beta 1" } if self._xnu_float >= self.macOS_14_2 else {}),
|
**({ "MTLCompiler.framework": "14.2 Beta 1" } if self._xnu_float >= self.macOS_14_2 else {}),
|
||||||
**({ "GPUCompiler.framework": "14.2 Beta 1" } if self._xnu_float >= self.macOS_14_2 else {}),
|
**({ "GPUCompiler.framework": "14.2 Beta 1" } if self._xnu_float >= self.macOS_14_2 else {}),
|
||||||
},
|
},
|
||||||
|
"/System/Library/PrivateFrameworks/PhotosUICore.framework/Versions/A/Resources": {
|
||||||
|
**({ "default.metallib": "14.6.1" } if self._xnu_major == os_data.sonoma.value else {}),
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -119,9 +122,6 @@ class LegacyMetal3802(BaseSharedPatchSet):
|
|||||||
"CIPortraitBlurV3.metallib": "14.6.1",
|
"CIPortraitBlurV3.metallib": "14.6.1",
|
||||||
"ci_stdlib.metallib": "14.6.1",
|
"ci_stdlib.metallib": "14.6.1",
|
||||||
},
|
},
|
||||||
"/System/Library/PrivateFrameworks/PhotosUICore.framework/Versions/A/Resources": {
|
|
||||||
"default.metallib": "14.6.1",
|
|
||||||
},
|
|
||||||
"/System/Library/PrivateFrameworks/Tungsten.framework/Versions/A/Resources": {
|
"/System/Library/PrivateFrameworks/Tungsten.framework/Versions/A/Resources": {
|
||||||
"default.metallib": "15.0 Beta 7",
|
"default.metallib": "15.0 Beta 7",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user