MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEU_InitFKB

Function FCEU_InitFKB

src/input/fkb.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83static INPUTCFC FKB = { FKB_Read, FKB_Write, FKB_Strobe, FKB_Update, 0, 0 };
84
85INPUTCFC *FCEU_InitFKB(void) {
86 memset(bufit, 0, sizeof(bufit));
87 ksmode = ksindex = 0;
88 return(&FKB);
89}

Callers 1

SetInputStuffFCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected