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

Method SetName

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

Source from the content-addressed store, hash-verified

194
195 public:
196 void SetName( const char * name ) { mName = name; }
197 void SetDescription( const char * desc ) { mDescription = desc; }
198 void SetJoySwap( const char * swap ) { mJoySwap = swap[0]; } //Save only first char which should be A|B|C for the joystick swapping
199

Callers 2

BuildDefaultConfigMethod · 0.80
BuildControllerConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected