Skip to content

Commit 0e4fb15

Browse files
committed
resync the VoodooHDA Patch
1 parent 65a918a commit 0e4fb15

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

oclp_r/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

oclp_r/sys_patch/patchsets/hardware/audio/voodoo_audio.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)