mirror of
https://github.com/switchbrew/libnx.git
synced 2025-11-09 08:21:17 +01:00
8 lines
141 B
C
8 lines
141 B
C
#include <switch/types.h>
|
|
#include <switch/services/sm.h>
|
|
|
|
void __attribute__((weak)) __appExit(void) {
|
|
// Initialize services
|
|
smExit();
|
|
}
|