libnx/nx/include/switch/runtime/env.h
2018-01-11 22:59:40 +01:00

6 lines
134 B
C

// Copyright 2018 plutoo
void envParse(void* ctx, Handle main_thread);
Handle envGetMainThreadHandle(void);
bool envIsNso(void);