File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11 WhateverGreen Changelog
22=======================
3+ #### v1.7.0
4+ - Added constants for macOS 26 support
5+
36#### v1.6.9
47- Added Alder Lake/Raptor Lake/Arrow Lake CPU detection
58
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Read [FAQs](./Manual/) and avoid asking any questions. No support is provided fo
4949| Boot argument | DeviceProperties | Description |
5050| --- | --- | --- |
5151| ` -cdfon ` | ` enable-hdmi20 ` | Enable HDMI 2.0 patches on iGPU and dGPU (Not implemented for macOS 11+) |
52- | ` -wegbeta ` | N/A | Enable WhateverGreen on unsupported OS versions (15 and below are enabled by default) |
52+ | ` -wegbeta ` | N/A | Enable WhateverGreen on unsupported macOS versions (26 and below are enabled by default) |
5353| ` -wegdbg ` | N/A | Enable debug printing (available in DEBUG binaries) |
5454| ` -wegoff ` | N/A | Disable WhateverGreen |
5555
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
3535 bootargBeta,
3636 arrsize (bootargBeta),
3737 KernelVersion::SnowLeopard,
38- KernelVersion::Sequoia ,
38+ KernelVersion::Tahoe ,
3939 []() {
4040 weg.init ();
4141 }
You can’t perform that action at this time.
0 commit comments