Fix CPU calculations on MCP79 chipsets

This commit is contained in:
Mykola Grymalyuk
2021-03-28 12:40:02 -06:00
parent 69a41b2951
commit 06ae5350cb
5 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from pathlib import Path
class Constants:
def __init__(self):
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.lilu_version = "1.5.1"
self.whatevergreen_version = "1.4.8"