Skip to content

Commit 5d07609

Browse files
[metal_31001] Fix typo with RenderBox metallib
1 parent f42fc3c commit 5d07609

File tree

1 file changed

+1
-1
lines changed
  • opencore_legacy_patcher/sys_patch/patchsets/shared_patches

1 file changed

+1
-1
lines changed

opencore_legacy_patcher/sys_patch/patchsets/shared_patches/metal_31001.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _patches_metal_31001_common(self) -> dict:
3535
"Metal 31001 Common": {
3636
PatchType.OVERWRITE_SYSTEM_VOLUME: {
3737
"/System/Library/PrivateFrameworks/RenderBox.framework/Versions/A/Resources": {
38-
"default.metallib": "RenderBox-{self._xnu_major}",
38+
**({ "default.metallib": f"RenderBox-{self._xnu_major}" }),
3939
}
4040
},
4141
}

0 commit comments

Comments
 (0)