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

Function osGetSystemCoreVersion

libctru/include/3ds/os.h:203–206  ·  view source on GitHub ↗

Gets the system's "core version" (2 on NATIVE_FIRM, 3 on SAFE_FIRM, etc.)

Source from the content-addressed store, hash-verified

201
202/// Gets the system's "core version" (2 on NATIVE_FIRM, 3 on SAFE_FIRM, etc.)
203static inline u32 osGetSystemCoreVersion(void)
204{
205 return OS_KernelConfig->kernel_syscore_ver;
206}
207
208/// Gets the system's memory layout ID (0-5 on Old 3DS, 6-8 on New 3DS)
209static inline u32 osGetApplicationMemType(void)

Callers 1

aptInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected