Function ctru_sys::aptMainLoop
source · pub unsafe extern "C" fn aptMainLoop() -> bool
Expand description
Main function which handles sleep mode and HOME/power buttons - call this at the beginning of every frame.
§Returns
true if the application should keep running, false otherwise (see aptShouldClose).