MCPcopy Create free account
hub / github.com/devkitPro/libctru / envGetSystemRunFlags

Function envGetSystemRunFlags

libctru/include/3ds/env.h:70–73  ·  view source on GitHub ↗

* @brief Gets the environment run flags. * @return The run flags. */

Source from the content-addressed store, hash-verified

68 * @return The run flags.
69 */
70static inline u32 envGetSystemRunFlags(void) {
71 extern u32 __system_runflags;
72 return __system_runflags;
73}

Callers 3

aptIsReinitFunction · 0.85
aptIsChainloadFunction · 0.85
aptIsCrippledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected