From bf3f4481dca61621ecf6435629063687dc00e83d Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sun, 8 Sep 2024 19:44:37 -0600 Subject: [PATCH] metal_3802.py: Adjust patch method for metallib --- .../sys_patch/patchsets/shared_patches/metal_3802.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opencore_legacy_patcher/sys_patch/patchsets/shared_patches/metal_3802.py b/opencore_legacy_patcher/sys_patch/patchsets/shared_patches/metal_3802.py index fcbdb1c9b..88b89118c 100644 --- a/opencore_legacy_patcher/sys_patch/patchsets/shared_patches/metal_3802.py +++ b/opencore_legacy_patcher/sys_patch/patchsets/shared_patches/metal_3802.py @@ -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 {}), }, + + }, + 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 {}), },