Disable Windows GMUX support by default

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/888
This commit is contained in:
Mykola Grymalyuk
2022-01-19 10:17:15 -07:00
parent 0cbd1422fe
commit b924e427e2
2 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,9 @@
- If new version available, app will prompt on launch.
- Configurable in Developer Settings
- Resolved OS crashing on slow Macs with FeatureUnlock
- Disable Windows GMUX support by default
- Resolves brightness control issues on MacBookPro11,3 in Windows
- Configurable in Developer Settings
## 0.3.3
- Disable Asset Caching support with spoofless approach

View File

@@ -170,7 +170,7 @@ class Constants:
self.enable_wake_on_wlan = False # Allow Wake on WLAN for modern Broadcom
self.disable_tb = False # Disable Thunderbolt Controller
self.set_alc_usage = True # Set AppleALC usage
self.dGPU_switch = True # Set Display GPU Switching for Windows
self.dGPU_switch = False # Set Display GPU Switching for Windows
self.force_surplus = False # Force SurPlus patch in newer OSes
self.force_latest_psp = False # Force latest PatcherSupportPkg
self.disable_msr_power_ctl = False # Disable MSR Power Control (missing battery throttling)