usb11.py: Add USB webcam test patch

This commit is contained in:
Mykola Grymalyuk
2025-05-11 20:36:45 -06:00
parent 09cd863752
commit b8200ad262
3 changed files with 21 additions and 2 deletions

View File

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