mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 21:30:00 +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
|
## 1.1.0
|
||||||
- Resolve rendering issues on Intel Broadwell iGPUs
|
- Resolve rendering issues on Intel Broadwell iGPUs
|
||||||
- Resolve Paravirtualized Graphics support for 3802 GPUs on macOS Sonoma
|
|
||||||
- Update non-Metal Binaries for macOS Sonoma:
|
- Update non-Metal Binaries for macOS Sonoma:
|
||||||
- Resolve unresponsive Weather app
|
- Resolve unresponsive Weather app
|
||||||
- Resolve full screen menubar covering the app toolbar
|
- Resolve full screen menubar covering the app toolbar
|
||||||
|
|||||||
@@ -382,7 +382,6 @@ class SystemPatchDictionary():
|
|||||||
"/System/Library/Frameworks": {
|
"/System/Library/Frameworks": {
|
||||||
"Metal.framework": f"13.2.1-{self.os_major}",
|
"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 {}),
|
**({ "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": {
|
"/System/Library/PrivateFrameworks": {
|
||||||
**({ "MTLCompiler.framework": "13.2.1" } if self.os_major == os_data.os_data.ventura else {}),
|
**({ "MTLCompiler.framework": "13.2.1" } if self.os_major == os_data.os_data.ventura else {}),
|
||||||
|
|||||||
Reference in New Issue
Block a user