| 208 | } |
| 209 | |
| 210 | const char * IInputManager::GetConfigurationName( u32 configuration_idx ) const |
| 211 | { |
| 212 | DAEDALUS_ERROR( "Invalid controller config" ); |
| 213 | return "?"; |
| 214 | } |
| 215 | |
| 216 | const char * IInputManager::GetConfigurationDescription( u32 configuration_idx ) const |
| 217 | { |
no outgoing calls
no test coverage detected