mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
11 lines
236 B
C
11 lines
236 B
C
// Copyright 2018 plutoo
|
|
|
|
void envParse(void* ctx, Handle main_thread);
|
|
|
|
Handle envGetMainThreadHandle(void);
|
|
bool envIsNso(void);
|
|
|
|
bool envHasHeapOverride(void);
|
|
void* envGetHeapOverrideAddr(void);
|
|
u64 envGetHeapOverrideSize(void);
|