mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +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");
|
printf("Press + to exit.\n");
|
||||||
|
|
||||||
// Main loop
|
// 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
|
// Scan all the inputs. This should be done once for each frame
|
||||||
hidScanInput();
|
hidScanInput();
|
||||||
|
Loading…
Reference in New Issue
Block a user