diff --git a/include/arm11/menu_fb3ds.h b/include/arm11/menu_fb3ds.h index 725d976..3695716 100644 --- a/include/arm11/menu_fb3ds.h +++ b/include/arm11/menu_fb3ds.h @@ -113,8 +113,8 @@ "Boot Mode Setup", 3, &menuPresetBootMode, { { "Set normal boot", DESC_BOOT_NORMAL, &menuSetBootMode, 0 }, - { "Set quick boot", DESC_BOOT_QUICK, &menuSetBootMode, 1 }, - { "Set quiet boot", DESC_BOOT_QUIET, &menuSetBootMode, 2 } + { "Set quiet boot", DESC_BOOT_QUIET, &menuSetBootMode, 1 }, + { "Set quick boot", DESC_BOOT_QUICK, &menuSetBootMode, 2 } } }, { // 6 diff --git a/source/arm11/menu_func.c b/source/arm11/menu_func.c index c3a4718..cb1d934 100644 --- a/source/arm11/menu_func.c +++ b/source/arm11/menu_func.c Binary files differ