Skip to content

Commit

Permalink
metal_3802.py: Adjust patch method for metallib
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Sep 9, 2024
1 parent ce6f65d commit bf3f448
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def _patches_metal_3802_common_extended(self) -> dict:
**({ "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 {}),
},

},
PatchType.OVERWRITE_SYSTEM_VOLUME: {
"/System/Library/PrivateFrameworks/PhotosUICore.framework/Versions/A/Resources": {
**({ "default.metallib": "14.6.1" } if self._xnu_major == os_data.sonoma.value else {}),
},
Expand Down

0 comments on commit bf3f448

Please sign in to comment.