Resolve 1200s Catalyst Bug on non-Metal

This commit is contained in:
Mykola Grymalyuk
2022-04-05 11:08:02 -06:00
parent b3d604b5df
commit 3a9d97131d
2 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,9 @@
- Resolve Electron Crashing with SIP lowered on 12.3 - Resolve Electron Crashing with SIP lowered on 12.3
- Adds `ipc_control_port_options=0` boot argument - Adds `ipc_control_port_options=0` boot argument
- Unknown whether this is a "bug" or intentional from Apple, affects native Macs with SIP disabled - Unknown whether this is a "bug" or intentional from Apple, affects native Macs with SIP disabled
- Resolve Catalyst crashing after 1200 seconds on non-Metal
- Increment Binaries:
- PatcherSupportPkg 0.3.6 - release
## 0.4.3 ## 0.4.3
- Increment Binaries: - Increment Binaries:

View File

@@ -15,7 +15,7 @@ class Constants:
def __init__(self): def __init__(self):
# Patcher Versioning # Patcher Versioning
self.patcher_version = "0.4.4" # OpenCore-Legacy-Patcher self.patcher_version = "0.4.4" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.3.4" # PatcherSupportPkg self.patcher_support_pkg_version = "0.3.6" # PatcherSupportPkg
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/" 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.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
self.discord_link = "https://discord.gg/rqdPgH8xSN" self.discord_link = "https://discord.gg/rqdPgH8xSN"