mtgos-mtgos-3ds9/kernel/arch/arm/3ds11/config.py
2017-04-23 16:09:42 +00:00

5 lines
183 B
Python

config["LOWEST_CPU"] = "arm11mpcore"
config["ENABLE_HARD"] = get_yes_no("Enable VFP ABI", True)
if not config["ENABLE_HARD"]:
config["ENABLE_THUMB"] = get_yes_no("Enable Thumb")