Add NightShiftEnabler support

Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/80
This commit is contained in:
Mykola Grymalyuk
2021-03-06 15:22:47 -07:00
parent 1af5182560
commit a7ebf72d1b
7 changed files with 42 additions and 2 deletions

View File

@@ -777,4 +777,20 @@ X86PP = [
"iMac14,1",
"iMac14,2",
"iMac14,3",
]
NightShiftExclude = [
"MacBookAir5,1",
"MacBookAir5,2",
"MacBookPro9,1",
"MacBookPro9,2",
"MacBookPro10,1",
"MacBookPro10,2",
"Macmini6,1",
"Macmini6,2",
"iMac13,1",
"iMac13,2",
"iMac14,1",
"iMac14,2",
"iMac14,3",
]