mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
Remove ParavirtualizedGraphics.framework downgrade
Determined to be ineffective for 3802-based GPUs
This commit is contained in:
@@ -382,7 +382,6 @@ class SystemPatchDictionary():
|
||||
"/System/Library/Frameworks": {
|
||||
"Metal.framework": f"13.2.1-{self.os_major}",
|
||||
**({ "CoreImage.framework": "14.0 Beta 3" } if self.os_major >= os_data.os_data.sonoma else {}),
|
||||
**({ "ParavirtualizedGraphics.framework": "13.6" } if self.os_major >= os_data.os_data.sonoma else {}),
|
||||
},
|
||||
"/System/Library/PrivateFrameworks": {
|
||||
**({ "MTLCompiler.framework": "13.2.1" } if self.os_major == os_data.os_data.ventura else {}),
|
||||
|
||||
Reference in New Issue
Block a user