Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
static bool usingIrrst;
34
35
bool __attribute__((weak)) hidShouldUseIrrst(void)
36
{
37
bool val;
38
return R_SUCCEEDED(APT_CheckNew3DS(&val)) && val;
39
}
40
41
Result hidInit(void)
42
{
Callers
1
hidInit
Function · 0.85
Calls
1
APT_CheckNew3DS
Function · 0.85
Tested by
no test coverage detected