Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ InputConfig
Method
InputConfig
src/InputConfig.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
//end util functions
50
51
InputConfig::InputConfig(int deviceId) : mDeviceId(deviceId)
52
{
53
mPlayerNum = -1;
54
}
55
56
void InputConfig::clear()
57
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected