Fix append patch issue for Intel CPUs from 12th generation onwards

This commit is contained in:
Hoang Hong Quan
2024-08-03 08:06:58 +07:00
parent 08c9edd89b
commit 619ae104f8
+1 -1
View File
@@ -115,7 +115,7 @@ class ConfigProdigy:
kernel_patch.extend(self.g.get_amd_kernel_patches()[-6:-4])
if self.utils.contains_any(cpu_data.IntelCPUGenerations, cpu_codename, start=13):
kernel_patch.extend({
kernel_patch.append({
"Arch": "Any",
"Base": "_cpu_thread_alloc",
"Comment": "Force enable Hyper Threading for macOS Mojave or later",