Fix audio support on iMac7,1 and iMac8,1

This commit is contained in:
Mykola Grymalyuk
2021-05-11 10:52:56 -06:00
parent 0a0a59feea
commit e5fd984daf
4 changed files with 6 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ class PatchSysVolume:
self.gpu_accel_patches_11()
rebuild_required = True
if self.model == "iMac7,1":
if self.model in ["iMac7,1", "iMac8,1"]:
print("- Fixing Volume Control Support")
self.add_new_binaries(ModelArray.AddVolumeControl, self.constants.audio_path)