mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
8 lines
147 B
C
8 lines
147 B
C
#include <switch/types.h>
|
|
#include <switch/services/sm.h>
|
|
|
|
void __attribute__((weak)) __appInit(void) {
|
|
// Initialize services
|
|
smInitialize();
|
|
}
|