Add AppleALC kext with a temporary patch for macOS Sequoia 15

This commit is contained in:
Hoang Hong Quan
2024-09-11 17:29:45 +07:00
parent 6156b699b0
commit e7794d6c44
3 changed files with 7 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ class ConfigProdigy:
"keepsyms=1"
]
if codec_id in codec_layouts.data and not ("AMD" in cpu_manufacturer and macos_version > (23, 0, 0)):
if codec_id in codec_layouts.data:
boot_args.append("alcid={}".format(random.choice(codec_layouts.data.get(codec_id))))
if "AMD" in cpu_manufacturer or self.is_intel_hedt_cpu(cpu_codename):