mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40:15 +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 {}),
|
||||
**({ "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",
|
||||
"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": {
|
||||
"default.metallib": "15.0 Beta 7",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user