From 2b0545368528af746ac0bb77b00eee5d1d2cdd28 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Sun, 20 Oct 2019 22:57:36 +0200 Subject: [PATCH] Increase splash duration Partial fix for #550 --- arm9/source/godmode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/godmode.c b/arm9/source/godmode.c index f24b3f8..8c7bb5a 100644 --- a/arm9/source/godmode.c +++ b/arm9/source/godmode.c @@ -2175,7 +2175,7 @@ u32 GodMode(int entrypoint) { bootmenu = bootmenu || (bootloader && CheckButton(BOOTMENU_KEY)); // second check for boot menu keys #endif while (CheckButton(BOOTPAUSE_KEY)); // don't continue while these keys are held - if (show_splash) while (timer_msec( timer ) < 500); // show splash for at least 0.5 sec + if (show_splash) while (timer_msec( timer ) < 1000); // show splash for at least 1 sec // bootmenu handler if (bootmenu) {