mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 22:50:51 +10:00
Fix output on iMac7,1 and 8,1
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
- OpenCore a57d8df (0.6.8 rolling - 2021-03-28)
|
- OpenCore a57d8df (0.6.8 rolling - 2021-03-28)
|
||||||
- Move Apple binaries to dedicated repo and allow custom repos
|
- Move Apple binaries to dedicated repo and allow custom repos
|
||||||
- Reduces App size 1/5th compared to 0.0.19
|
- Reduces App size 1/5th compared to 0.0.19
|
||||||
|
- Fix OpenCanopy support on iMac7,1 and 8,1
|
||||||
|
|
||||||
## 0.0.19
|
## 0.0.19
|
||||||
- Add SMC-Spoof.kext to avoid triggering `smcupdater`
|
- Add SMC-Spoof.kext to avoid triggering `smcupdater`
|
||||||
|
|||||||
@@ -705,7 +705,10 @@ NightShiftExclude = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
UGAtoGOP = [
|
UGAtoGOP = [
|
||||||
|
"MacBook4,1",
|
||||||
"MacBookPro4,1",
|
"MacBookPro4,1",
|
||||||
|
"iMac7,1",
|
||||||
|
"iMac8,1",
|
||||||
"MacPro3,1"
|
"MacPro3,1"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user