Fix non-Metal Control Center

This commit is contained in:
Mykola Grymalyuk
2021-10-19 13:18:11 -06:00
parent 6d129505ea
commit a63d1953b4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
- Remove legacy GMUX patch set for MacBookPro5,x machines due to instabilites
- Fix non-Metal acceleration crashing on 12.0.1
- Yes Apple adding a notch broke our accel patches
- Fix non-Metal Control Center crashing on 12.0 Beta 10+
## 0.3.0
- Fix Nvidia Tesla Acceleration in Monterey Beta 7+
+1 -1
View File
@@ -14,7 +14,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.3.1" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.1.8" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.1.9" # PatcherSupportPkg
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"