7 lines
308 B
Python
7 lines
308 B
Python
config["ENABLE_EXTRA_MEMORY"] = get_yes_no("Enable 512KB of memory on n3DS", True)
|
|
add_driver(True, "framebuffer")
|
|
add_driver(False, "picafb")
|
|
add_driver(False, "vectorinit")
|
|
add_driver(True, "pmm")
|
|
print("Enable complete Unicode font: NO (because of the size)")
|
|
config["ENABLE_FRAMEBUFFER_UNICODE"] = False
|