you saw nothing

This commit is contained in:
ZetaDesigns
2017-09-07 22:45:15 +02:00
parent e63a4066a1
commit dc1cbda232

View File

@@ -155,7 +155,7 @@ void throw_error(char* error, int error_type) {
switch (error_type) { switch (error_type) {
case ERROR: case ERROR:
while (1) while (aptMainLoop())
{ {
hidScanInput(); hidScanInput();
u32 kDown = hidKeysDown(); u32 kDown = hidKeysDown();
@@ -172,7 +172,7 @@ void throw_error(char* error, int error_type) {
} }
} }
case WARNING: case WARNING:
while (1) while (aptMainLoop())
{ {
hidScanInput(); hidScanInput();
u32 kDown = hidKeysDown(); u32 kDown = hidKeysDown();