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

Function FCEU_InitHS

src/input/hypershot.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44static INPUTCFC HyperShot={HS_Read,0,HS_Strobe,HS_Update,0,0};
45
46INPUTCFC *FCEU_InitHS(void)
47{
48 HSVal=HSValR=0;
49 return(&HyperShot);
50}

Callers 1

SetInputStuffFCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected