libctru
v2.4.1
|
Homebrew environment information. More...
Go to the source code of this file.
Enumerations | |
enum | { RUNFLAG_APTWORKAROUND = BIT(0) , RUNFLAG_APTREINIT = BIT(1) , RUNFLAG_APTCHAINLOAD = BIT(2) } |
System run-flags. More... | |
Functions | |
static bool | envIsHomebrew (void) |
Gets whether the application was launched from a homebrew environment. More... | |
Handle | envGetHandle (const char *name) |
Retrieves a handle from the environment handle list. More... | |
static u32 | envGetAptAppId (void) |
Gets the environment-recommended app ID to use with APT. More... | |
static u32 | envGetHeapSize (void) |
Gets the size of the application heap. More... | |
static u32 | envGetLinearHeapSize (void) |
Gets the size of the linear heap. More... | |
static const char * | envGetSystemArgList (void) |
Gets the environment argument list. More... | |
static u32 | envGetSystemRunFlags (void) |
Gets the environment run flags. More... | |
Homebrew environment information.
anonymous enum |
|
inlinestatic |
Gets the environment-recommended app ID to use with APT.
Handle envGetHandle | ( | const char * | name | ) |
Retrieves a handle from the environment handle list.
name | Name of the handle. |
|
inlinestatic |
Gets the size of the application heap.
|
inlinestatic |
Gets the size of the linear heap.
|
inlinestatic |
Gets the environment argument list.
|
inlinestatic |
Gets the environment run flags.
|
inlinestatic |
Gets whether the application was launched from a homebrew environment.