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

Function CFGU_GetSystemLanguage

libctru/source/services/cfgu.c:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244Result CFGU_GetSystemLanguage(u8* language)
245{
246 return CFGU_GetConfigInfoBlk2(1, 0xA0002, language);
247}
248
249Result CFGI_RestoreLocalFriendCodeSeed(void)
250{

Callers

nothing calls this directly

Calls 1

CFGU_GetConfigInfoBlk2Function · 0.85

Tested by

no test coverage detected