mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
defaults.py: Remove Rim Beta as default
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
|||||||
- Resolve AppleGVACore crashing on MacBookPro11,3 in Monterey 12.4+
|
- Resolve AppleGVACore crashing on MacBookPro11,3 in Monterey 12.4+
|
||||||
- Add Nvidia Web Driver support for Maxwell and Pascal
|
- Add Nvidia Web Driver support for Maxwell and Pascal
|
||||||
- Currently running in OpenGL mode, [non-Metal issues](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108) applicable
|
- Currently running in OpenGL mode, [non-Metal issues](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108) applicable
|
||||||
- Enable Beta Blur and Rim settings on non-Metal by default
|
- Enable Beta Blur settings on non-Metal by default
|
||||||
- For slower hardware, disabling may slightly improve performance
|
- For slower hardware, disabling may slightly improve performance
|
||||||
|
|
||||||
## 0.4.5
|
## 0.4.5
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ class generate_defaults:
|
|||||||
|
|
||||||
# If a Mac is non-Metal based, Beta Blur is highly recommended
|
# If a Mac is non-Metal based, Beta Blur is highly recommended
|
||||||
if settings.detected_os >= os_data.os_data.big_sur:
|
if settings.detected_os >= os_data.os_data.big_sur:
|
||||||
for arg in ["Moraea_BlurBeta", "Moraea_RimBeta"]:
|
for arg in ["Moraea_BlurBeta"]:
|
||||||
# If user explicitly set the blur, don't override
|
# If user explicitly set the blur, don't override
|
||||||
arg_result = subprocess.run(["defaults", "read", "-g", arg], stdout=subprocess.PIPE).stdout.decode("utf-8").strip()
|
arg_result = subprocess.run(["defaults", "read", "-g", arg], stdout=subprocess.PIPE).stdout.decode("utf-8").strip()
|
||||||
if arg_result not in ["true", "1", "false", "0"]:
|
if arg_result not in ["true", "1", "false", "0"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user