Skip to content

Commit

Permalink
metal_3802.py: Use dynamic metallib in Sequoia
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Sep 9, 2024
1 parent bf3f448 commit eefe49b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ def _patches_metal_3802_metallibs(self) -> dict:
"/System/Library/PrivateFrameworks/PhotoImaging.framework/Versions/A/Resources": {
"default.metallib": DynamicPatchset.MetallibSupportPkg,
},
"/System/Library/PrivateFrameworks/PhotosUICore.framework/Versions/A/Resources": {
"default.metallib": DynamicPatchset.MetallibSupportPkg,
},
"/System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/Resources": {
"MTLLegacySVICBSupport.metallib": DynamicPatchset.MetallibSupportPkg,
"MTLGPUDebugICBSupport.metallib": DynamicPatchset.MetallibSupportPkg,
Expand Down

0 comments on commit eefe49b

Please sign in to comment.