mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 02:50:15 +10:00
Resolve 1200s Catalyst Bug on non-Metal
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user