mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 03:20:16 +10:00
Fix CPU calculations on MCP79 chipsets
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
## 0.0.20
|
## 0.0.20
|
||||||
|
- Fix CPU Calculation on early MCP79 chipsets (ie. iMac9,1, MacBook5,x)
|
||||||
|
- Increment binaries
|
||||||
|
- OpenCore a57d8df (0.6.8 rolling - 2021-03-28)
|
||||||
|
|
||||||
## 0.0.19
|
## 0.0.19
|
||||||
- Add SMC-Spoof.kext to avoid triggering `smcupdater`
|
- Add SMC-Spoof.kext to avoid triggering `smcupdater`
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ from pathlib import Path
|
|||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.patcher_version = "0.0.20"
|
self.patcher_version = "0.0.20"
|
||||||
self.opencore_commit = "9cd61bb - 2021-03-27"
|
self.opencore_commit = "a57d8df - 2021-03-27"
|
||||||
self.opencore_version = "0.6.8"
|
self.opencore_version = "0.6.8"
|
||||||
self.lilu_version = "1.5.1"
|
self.lilu_version = "1.5.1"
|
||||||
self.whatevergreen_version = "1.4.8"
|
self.whatevergreen_version = "1.4.8"
|
||||||
|
|||||||
BIN
payloads/OpenCore/OpenCore-0.6.8-DEBUG.zip
Normal file
BIN
payloads/OpenCore/OpenCore-0.6.8-DEBUG.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user