Update IOSurface patches for Intel iGPUs

This commit is contained in:
Eduardo Covas
2023-08-22 23:36:27 -03:00
committed by GitHub
parent 37862961df
commit fd17caf03d

View File

@@ -14,7 +14,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "0.6.9" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.2.6" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.2.7" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"