fixed cpu mis-selection

This commit is contained in:
Concedo
2026-03-23 21:30:57 +08:00
parent e7ffe718f0
commit 9e9028b1a9
+1
View File
@@ -7389,6 +7389,7 @@ def show_gui():
args.usecpu = True
if runopts_var.get()=="Use CPU (Old CPU)":
args.noavx2 = True
args.usecpu = True
if runopts_var.get()=="Failsafe Mode (Older CPU)":
args.noavx2 = True
args.usecpu = True