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

Function FCEU_InitPowerpadA

src/input/powerpad.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75INPUTC *FCEU_InitPowerpadA(int w)
76{
77 side='A';
78 return(FCEU_InitPowerpad(w));
79}
80
81INPUTC *FCEU_InitPowerpadB(int w)
82{

Callers 1

SetInputStuffFunction · 0.85

Calls 1

FCEU_InitPowerpadFunction · 0.85

Tested by

no test coverage detected