File tree Expand file tree Collapse file tree
sys_patch/patchsets/hardware/audio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def __init__(self) -> None:
2323
2424 # Patcher Versioning
2525 self .patcher_version : str = "3.1.8" # OCLP-R
26- self .patcher_support_pkg_version : str = "1.11.5 " # PatcherSupportPkg
26+ self .patcher_support_pkg_version : str = "1.11.6 " # PatcherSupportPkg
2727 self .copyright_date : str = "Copyright © 2020-2026 Dortania and Hackdoc"
2828 self .patcher_name : str = "OCLP-R"
2929
Original file line number Diff line number Diff line change @@ -57,9 +57,6 @@ def _voodoo_audio_patches(self) -> dict:
5757 "/Library/Extensions" : {
5858 "VoodooHDA.kext" :"11.3" ,
5959 },
60- "/Library/PreferencePanes" :{
61- "VoodooHDA.prefPane" :"11.3" ,
62- },
6360 },
6461 },
6562 }
@@ -71,9 +68,6 @@ def _voodoo_audio_patches(self) -> dict:
7168 "VoodooHDA.kext" :"11.3" ,
7269 "AppleHDADisabler.kext" : "11.3" ,
7370 },
74- "/Library/PreferencePanes" :{
75- "VoodooHDA.prefPane" :"11.3" ,
76- },
7771 },
7872 },
7973 }
You can’t perform that action at this time.
0 commit comments