Remove ParavirtualizedGraphics.framework downgrade

Determined to be ineffective for 3802-based GPUs
This commit is contained in:
Mykola Grymalyuk
2023-10-21 10:06:55 -06:00
parent edbfa951c8
commit 331d5c7b49
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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
-1
View File
@@ -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 {}),