mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Fix typo
This commit is contained in:
@@ -213,9 +213,9 @@ class PatchSysVolume:
|
|||||||
self.gpu_accel_patches_11()
|
self.gpu_accel_patches_11()
|
||||||
rebuild_required = True
|
rebuild_required = True
|
||||||
|
|
||||||
#if self.model == "iMac7,1":
|
if self.model == "iMac7,1":
|
||||||
# print("- Fixing Volume Control Support")
|
print("- Fixing Volume Control Support")
|
||||||
# self.add_new_binaries(ModelArray.AddVolumeControl, self.constants.audio_path)
|
self.add_new_binaries(ModelArray.AddVolumeControl, self.constants.audio_path)
|
||||||
|
|
||||||
if rebuild_required is True:
|
if rebuild_required is True:
|
||||||
self.rebuild_snapshot()
|
self.rebuild_snapshot()
|
||||||
|
|||||||
Reference in New Issue
Block a user