From dc1cbda2325f90563e28a1daae75aac84746494b Mon Sep 17 00:00:00 2001 From: ZetaDesigns Date: Thu, 7 Sep 2017 22:45:15 +0200 Subject: [PATCH] you saw nothing --- source/draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/draw.c b/source/draw.c index 8f50ad7..1773e3f 100644 --- a/source/draw.c +++ b/source/draw.c @@ -155,7 +155,7 @@ void throw_error(char* error, int error_type) { switch (error_type) { case ERROR: - while (1) + while (aptMainLoop()) { hidScanInput(); u32 kDown = hidKeysDown(); @@ -172,7 +172,7 @@ void throw_error(char* error, int error_type) { } } case WARNING: - while (1) + while (aptMainLoop()) { hidScanInput(); u32 kDown = hidKeysDown();