MCPcopy 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
51InputConfig::InputConfig(int deviceId) : mDeviceId(deviceId)
52{
53 mPlayerNum = -1;
54}
55
56void InputConfig::clear()
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected