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

Function FCEU_InitPowerpad

src/input/powerpad.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67static INPUTC PwrPadCtrl={ReadPP,0,StrobePP,UpdatePP,0,0};
68
69static INPUTC *FCEU_InitPowerpad(int w)
70{
71 pprsb[w]=pprdata[w]=0;
72 return(&PwrPadCtrl);
73}
74
75INPUTC *FCEU_InitPowerpadA(int w)
76{

Callers 2

FCEU_InitPowerpadAFunction · 0.85
FCEU_InitPowerpadBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected