We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e2143 commit c53781eCopy full SHA for c53781e
applet/app-playstats/source/main.c
@@ -40,7 +40,7 @@ int main(int argc, char* argv[])
40
printf("Press + to exit.\n");
41
42
// Main loop
43
- while (appletMainLoop())//This loop will automatically exit when applet requests exit.
+ while (appletMainLoop())
44
{
45
// Scan all the inputs. This should be done once for each frame
46
hidScanInput();
0 commit comments