Skip to content

Commit 3251496

Browse files
Added constants for macOS 26 support
1 parent bc1b7c3 commit 3251496

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

WhateverGreen/kern_start.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)