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

Function hidShouldUseIrrst

libctru/source/services/hid.c:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33static bool usingIrrst;
34
35bool __attribute__((weak)) hidShouldUseIrrst(void)
36{
37 bool val;
38 return R_SUCCEEDED(APT_CheckNew3DS(&val)) && val;
39}
40
41Result hidInit(void)
42{

Callers 1

hidInitFunction · 0.85

Calls 1

APT_CheckNew3DSFunction · 0.85

Tested by

no test coverage detected