MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CControllerConfig

Method CControllerConfig

Source/SysPSP/Input/InputManagerPSP.cpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213};
214
215CControllerConfig::CControllerConfig()
216{
217 for( u32 i = 0; i < NUM_N64_BUTTONS; ++i )
218 {
219 mButtonMappings[ i ] = NULL;
220 }
221}
222
223CControllerConfig::~CControllerConfig()
224{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected