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

Function FCEU_InitSpaceShadow

src/input/shadow.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142static INPUTCFC SHADOWC={ReadZapper,0,StrobeShadow,UpdateZapper,ZapperFrapper,DrawZapper};
143
144INPUTCFC *FCEU_InitSpaceShadow(void)
145{
146 memset(&ZD,0,sizeof(ZAPPER));
147 return(&SHADOWC);
148}
149
150

Callers 1

SetInputStuffFCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected