mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
6 lines
250 B
C
6 lines
250 B
C
bool smHasInitialized();
|
|
Result smInitialize();
|
|
Result smGetService(Handle* handle_out, const char* name);
|
|
Result smRegisterService(Handle* handle_out, const char* name, bool is_light, int max_sessions);
|
|
Result smUnregisterService(const char* name);
|