From c53781e6e4d86bd45bb0d32fdc58d5938278d574 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Fri, 12 Jul 2019 19:45:15 -0400 Subject: [PATCH] Removed a comment from the app-playstats example. --- applet/app-playstats/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet/app-playstats/source/main.c b/applet/app-playstats/source/main.c index 57f9da6..18fd90e 100644 --- a/applet/app-playstats/source/main.c +++ b/applet/app-playstats/source/main.c @@ -40,7 +40,7 @@ int main(int argc, char* argv[]) printf("Press + to exit.\n"); // Main loop - while (appletMainLoop())//This loop will automatically exit when applet requests exit. + while (appletMainLoop()) { // Scan all the inputs. This should be done once for each frame hidScanInput();