mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-13 20:28:21 +10:00
sys_patch_dict.py: Attempt older version
This commit is contained in:
@@ -386,8 +386,8 @@ class SystemPatchDictionary():
|
||||
"Metal.framework": "12.5-3802-22" if self.os_major < os_data.os_data.sonoma else "12.5-3802-23",
|
||||
},
|
||||
"/System/Library/PrivateFrameworks": {
|
||||
"MTLCompiler.framework": "12.7.6-3802",
|
||||
"GPUCompiler.framework": "12.7.6-3802",
|
||||
"MTLCompiler.framework": "12.5-3802",
|
||||
"GPUCompiler.framework": "12.5-3802",
|
||||
},
|
||||
"/System/Library/Sandbox/Profiles": {
|
||||
"com.apple.mtlcompilerservice.sb": "12.5-3802",
|
||||
|
||||
Reference in New Issue
Block a user