From 25609847df65354aaf0861eb3c66362aecc4fef4 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Fri, 13 Oct 2017 01:39:17 +0100 Subject: [PATCH] error code comment --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 7beaf72..8023e26 100644 --- a/src/main.c +++ b/src/main.c @@ -1328,10 +1328,11 @@ void loadrom(display_context_t disp, u8 *buff, int fast) if (gbload == 1) boot_save = 1; - else if (resp) + else if (resp) //todo: if response is certain ones we should show the error and stop the boot... { sprintf(tmp, "Response: %i", resp); printText(tmp, 3, -1, disp); + sleep(2000); } TRACE(disp, "Checking SD mode");