Resolve Paravirtualized Graphics support for 3802 GPUs on macOS Sonoma

This commit is contained in:
Eduardo Covas
2023-10-07 09:31:04 -03:00
committed by GitHub
parent 86ce62a7d6
commit 5924ab507c
3 changed files with 4 additions and 2 deletions

View File

@@ -378,6 +378,7 @@ 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 {}),