2 lines
102 B
Python
2 lines
102 B
Python
config["ENABLE_FPU"]=get_yes_no("Enable x87 FPU", True)
|
|
config["ENABLE_SSE"]=get_yes_no("Enable SSE")
|