mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
sys_patch_dict.py: Adjust formatting
This commit is contained in:
@@ -80,7 +80,7 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
|
|||||||
"Install Non-Root": {
|
"Install Non-Root": {
|
||||||
"/Library/Application Support/SkyLightPlugins": {
|
"/Library/Application Support/SkyLightPlugins": {
|
||||||
**({ "DropboxHack.dylib": "SkyLightPlugins" } if os_major >= os_data.os_data.monterey else {}),
|
**({ "DropboxHack.dylib": "SkyLightPlugins" } if os_major >= os_data.os_data.monterey else {}),
|
||||||
**({ "DropboxHack.txt": "SkyLightPlugins" } if os_major >= os_data.os_data.monterey else {}),
|
**({ "DropboxHack.txt": "SkyLightPlugins" } if os_major >= os_data.os_data.monterey else {}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"Processes": {
|
"Processes": {
|
||||||
@@ -109,9 +109,10 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
|
|||||||
},
|
},
|
||||||
"/System/Library/Frameworks": {
|
"/System/Library/Frameworks": {
|
||||||
"IOSurface.framework": f"10.14.6-{os_major}",
|
"IOSurface.framework": f"10.14.6-{os_major}",
|
||||||
|
"OpenCL.framework": "10.13.6",
|
||||||
},
|
},
|
||||||
"/System/Library/PrivateFrameworks": {
|
"/System/Library/PrivateFrameworks": {
|
||||||
"GPUSupport.framework": "10.13.6",
|
"GPUSupport.framework": "10.13.6",
|
||||||
"IOAccelerator.framework": f"10.13.6-{os_major}",
|
"IOAccelerator.framework": f"10.13.6-{os_major}",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -368,9 +369,6 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
|
|||||||
"AMDRadeonX3000.kext": "10.13.6",
|
"AMDRadeonX3000.kext": "10.13.6",
|
||||||
"AMDRadeonX3000GLDriver.bundle": "10.13.6",
|
"AMDRadeonX3000GLDriver.bundle": "10.13.6",
|
||||||
},
|
},
|
||||||
"/System/Library/Frameworks": {
|
|
||||||
"OpenCL.framework": "10.13.6",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"Intel Ironlake": {
|
"Intel Ironlake": {
|
||||||
|
|||||||
Reference in New Issue
Block a user