mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-14 19:36:29 +10:00
Remove ParavirtualizedGraphics.framework downgrade
Determined to be ineffective for 3802-based GPUs
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
## 1.1.0
|
||||
- Resolve rendering issues on Intel Broadwell iGPUs
|
||||
- Resolve Paravirtualized Graphics support for 3802 GPUs on macOS Sonoma
|
||||
- Update non-Metal Binaries for macOS Sonoma:
|
||||
- Resolve unresponsive Weather app
|
||||
- Resolve full screen menubar covering the app toolbar
|
||||
|
||||
@@ -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