Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
INPUTC *FCEU_InitPowerpadA(int w)
76
{
77
side=
'A'
;
78
return(FCEU_InitPowerpad(w));
79
}
80
81
INPUTC *FCEU_InitPowerpadB(int w)
82
{
Callers
1
SetInputStuff
Function · 0.85
Calls
1
FCEU_InitPowerpad
Function · 0.85
Tested by
no test coverage detected