sys_patch: Add AMD Vega support for pre-AVX2.0

This commit is contained in:
Mykola Grymalyuk
2022-12-22 20:14:10 -07:00
parent 1277fef735
commit 2331aeb6d9
5 changed files with 70 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.5.4" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.7.2" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.7.3" # PatcherSupportPkg
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
self.discord_link = "https://discord.gg/rqdPgH8xSN"