mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-20 21:12:38 +02:00
Removed a comment from the app-playstats example.
This commit is contained in:
parent
b2e214321b
commit
c53781e6e4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user