mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02: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();
|
|
}
|