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

5 lines
286 B
Python

config["SYSTEM"] = get_from_list("System", ["pc"])
if not get_yes_no("Build for generic x86_64"):
config["LOWEST_CPU"] = get_from_list("Lowest supported CPU", ["pentium4", "core2", "nehalem", "westmere", "sandybridge", "ivybridge", "haswell", "broadwell", "skylake", "kabylake"])