Removed a comment from the app-playstats example.

This commit is contained in:
yellows8 2019-07-12 19:45:15 -04:00
parent b2e214321b
commit c53781e6e4
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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();