mtgos-mtgos-3ds9/kernel/arch/x86/pc/config.py

3 lines
102 B
Python
Raw Normal View History

2017-04-23 16:09:42 +00:00
config["ENABLE_FPU"]=get_yes_no("Enable x87 FPU", True)
config["ENABLE_SSE"]=get_yes_no("Enable SSE")