From 6eec2e95b85e5b8e2302078e58dc6beb474e0e9e Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 17 Apr 2021 17:34:02 -0600 Subject: [PATCH] Increment build --- CHANGELOG.md | 2 ++ Resources/Constants.py | 2 +- Resources/SysPatch.py | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ae2566c..de6dfc164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # OpenCore Legacy Patcher changelog +## 0.1.1 + ## 0.1.0 - Fix crash on iMacs with Metal GPUs diff --git a/Resources/Constants.py b/Resources/Constants.py index b89a898b6..e323c4787 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -9,7 +9,7 @@ from pathlib import Path class Constants: def __init__(self): - self.patcher_version = "0.1.0" + self.patcher_version = "0.1.1" self.opencore_commit = "c528597 - 2021-04-05" self.opencore_version = "0.6.8" self.lilu_version = "1.5.2" diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index 11efd638d..066a2360c 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -221,9 +221,9 @@ class PatchSysVolume: if self.dgpu_device in ModelArray.TeraScale1pciid: print("- Adding AMD/ATI TeraScale 1 Brightness Control patches") self.add_new_binaries(ModelArray.AddAMDTeraScale1Brightness11, self.constants.legacy_amd_path) - elif self.dgpu_device in ModelArray.TeraScale2pciid: - print("- Adding AMD/ATI TeraScale 2 Brightness Control patches") - self.add_new_binaries(ModelArray.AddAMDTeraScale2Brightness11, self.constants.legacy_amd_path) + #elif self.dgpu_device in ModelArray.TeraScale2pciid: + #print("- Adding AMD/ATI TeraScale 2 Brightness Control patches") + #self.add_new_binaries(ModelArray.AddAMDTeraScale2Brightness11, self.constants.legacy_amd_path) else: print("- Could not find supported Legacy AMD/ATI GPU") if self.igpu_devices: