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

Method GetConfigurationName

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

Source from the content-addressed store, hash-verified

900//
901//*****************************************************************************
902const char * IInputManager::GetConfigurationName( u32 configuration_idx ) const
903{
904 if( configuration_idx < mControllerConfigs.size() )
905 {
906 return mControllerConfigs[ configuration_idx ]->GetName();
907 }
908 else
909 {
910 #ifdef DAEDALUS_DEBUG_CONSOLE
911 DAEDALUS_ERROR( "Invalid controller config" );
912 #endif
913 return "?";
914 }
915}
916
917//*****************************************************************************
918//

Callers 1

GetSettingNameMethod · 0.45

Calls 2

sizeMethod · 0.80
GetNameMethod · 0.45

Tested by

no test coverage detected