mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 22:00:00 +10:00
non_metal.py: Remove Metal wallpaper
This commit is contained in:
@@ -10,6 +10,8 @@
|
|||||||
- Resolve CoreImage crashes on 3802-based GPUs running macOS Sequoia
|
- Resolve CoreImage crashes on 3802-based GPUs running macOS Sequoia
|
||||||
- Resolve missing screen capture crop borders on non-Metal GPUs running macOS Sequoia
|
- Resolve missing screen capture crop borders on non-Metal GPUs running macOS Sequoia
|
||||||
- Resolve TeraScale 2 HDCP kernel panic
|
- Resolve TeraScale 2 HDCP kernel panic
|
||||||
|
- Resolve specific Wallpaper locking up on non-Metal GPUs running macOS Sequoia
|
||||||
|
- Removes unsupported Metal-based wallpaper (Macintosh Wallpaper)
|
||||||
- Increment binaries:
|
- Increment binaries:
|
||||||
- PatcherSupportPkg 1.8.3 - release
|
- PatcherSupportPkg 1.8.3 - release
|
||||||
|
|
||||||
|
|||||||
@@ -70,6 +70,9 @@ class NonMetal(BaseSharedPatchSet):
|
|||||||
"IOGPUFamily.kext",
|
"IOGPUFamily.kext",
|
||||||
"AppleAfterburner.kext",
|
"AppleAfterburner.kext",
|
||||||
],
|
],
|
||||||
|
"/System/Library/ExtensionKit/Extensions/": [
|
||||||
|
"WallpaperMacintoshExtension.appex"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
PatchType.OVERWRITE_DATA_VOLUME: {
|
PatchType.OVERWRITE_DATA_VOLUME: {
|
||||||
"/Library/Application Support/SkyLightPlugins": {
|
"/Library/Application Support/SkyLightPlugins": {
|
||||||
|
|||||||
Reference in New Issue
Block a user