libnx/nx/source/system/appExit.c

8 lines
141 B
C

#include <switch/types.h>
#include <switch/services/sm.h>
void __attribute__((weak)) __appExit(void) {
// Initialize services
smExit();
}