From a63d1953b4ce6453177d25cdc072f559802cc3a1 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 19 Oct 2021 13:18:11 -0600 Subject: [PATCH] Fix non-Metal Control Center --- CHANGELOG.md | 1 + resources/constants.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6294d7a06..b84740582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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+ diff --git a/resources/constants.py b/resources/constants.py index 4ecbe2d83..906167581 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -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/"