mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
sys_patch_dict.py: Add reference for 3802 GPUs
This commit is contained in:
@@ -296,6 +296,32 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
|
||||
},
|
||||
},
|
||||
|
||||
# Support for 3802 GPUs were broken with 13.3+
|
||||
# Downgrades 31001 stack to 13.2.1, however nukes AMFI support
|
||||
# Extremely fugly, only for reference purposes at this time
|
||||
"Metal 3802 Common Extended": {
|
||||
"Display Name": "",
|
||||
"OS Support": {
|
||||
"Minimum OS Support": {
|
||||
"OS Major": os_data.os_data.ventura,
|
||||
"OS Minor": 4 # 13.3
|
||||
},
|
||||
"Maximum OS Support": {
|
||||
"OS Major": os_data.os_data.max_os,
|
||||
"OS Minor": 99
|
||||
},
|
||||
},
|
||||
"Install Reference": {
|
||||
"/System/Library/Frameworks": {
|
||||
"Metal.framework": "13.2.1",
|
||||
},
|
||||
"/System/Library/PrivateFrameworks": {
|
||||
"MTLCompiler.framework": "13.2.1",
|
||||
"GPUCompiler.framework": "13.2.1",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
# Primarily for AMD GCN GPUs
|
||||
"Revert GVA Downgrade": {
|
||||
"Display Name": "",
|
||||
|
||||
Reference in New Issue
Block a user