Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
static INPUTCFC HyperShot={HS_Read,0,HS_Strobe,HS_Update,0,0};
45
46
INPUTCFC *FCEU_InitHS(void)
47
{
48
HSVal=HSValR=0;
49
return(&HyperShot);
50
}
Callers
1
SetInputStuffFC
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected