mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Remove unnecessary boot argument for macOS Ventura and earlier
This commit is contained in:
@@ -179,9 +179,6 @@ class ConfigProdigy:
|
||||
|
||||
if macos_version > 22:
|
||||
boot_args.append("revpatch=sbvmm{}".format(",cpuname" if custom_cpu_name else ""))
|
||||
else:
|
||||
if custom_cpu_name:
|
||||
boot_args.append("revpatch=cpuname")
|
||||
|
||||
if not self.utils.contains_any(cpu_data.IntelCPUGenerations, cpu_codename, start=13) is None:
|
||||
boot_args.append("-ctrsmt")
|
||||
|
||||
Reference in New Issue
Block a user