mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-13 20:28:21 +10:00
Merge pull request #1056 from educovas/main
Fix non-Metal Safari 16.4 canvas rendering
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
- Update 3802 Patchset Binaries:
|
||||
- Resolves additional 3rd party app crashes on Metal with macOS 13.3+
|
||||
- ex: PowerPoint's "Presentation Mode"
|
||||
- Update non-Metal Binaries:
|
||||
- Resolves Safari 16.4 frozen canvas rendering
|
||||
- ex: Google Docs
|
||||
- Allow for coexistence of USB 3.0 controllers and USB 1.1 patches on macOS 13+
|
||||
- Restores USB 3.0 expansion card support on USB 1.1 machines such as MacPro5,1
|
||||
- Resolve OpenCL rendering on Nvidia Web Drivers
|
||||
|
||||
@@ -143,6 +143,7 @@ class SystemPatchDictionary():
|
||||
# 'When Space Allows' option introduced in 12.4 (XNU 21.5)
|
||||
**({"defaults write /Library/Preferences/.GlobalPreferences.plist ShowDate -int 1": True } if self.os_float >= self.macOS_12_4 else {}),
|
||||
"defaults write /Library/Preferences/.GlobalPreferences.plist InternalDebugUseGPUProcessForCanvasRenderingEnabled -bool false": True,
|
||||
"defaults write /Library/Preferences/.GlobalPreferences.plist WebKitExperimentalUseGPUProcessForCanvasRenderingEnabled -bool false": True,
|
||||
},
|
||||
},
|
||||
"Non-Metal IOAccelerator Common": {
|
||||
|
||||
Reference in New Issue
Block a user