Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_InitSuborKB
Function
FCEU_InitSuborKB
src/input/suborkb.cpp:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
static INPUTCFC SuborKB = { SuborKB_Read, SuborKB_Write, SuborKB_Strobe, SuborKB_Update, 0, 0 };
79
80
INPUTCFC *FCEU_InitSuborKB(void) {
81
memset(bufit, 0, sizeof(bufit));
82
ksmode = ksindex = 0;
83
return(&SuborKB);
84
}
Callers
1
SetInputStuffFC
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected