3ds_tests/docs/apt.md
2024-09-25 00:39:51 +02:00

7 lines
No EOL
230 B
Markdown

# apt.h
"Applet service." To use everything the 3DS can do.
## `bool aptMainLoop(void);`
Handle sleep mode and HOME/power buttons, call it at the beginning of
each frame.
If it returns false, that means the program should return.