| 311 | // |
| 312 | //***************************************************************************** |
| 313 | bool IInputManager::Initialise() |
| 314 | { |
| 315 | CControllerConfig * p_default_config( BuildDefaultConfig() ); |
| 316 | |
| 317 | mControllerConfigs.push_back( p_default_config ); |
| 318 | |
| 319 | // Parse all the ini files here |
| 320 | LoadControllerConfigs( DAEDALUS_PSP_PATH( "ControllerConfigs/" ) ); |
| 321 | |
| 322 | mpControllerConfig = mControllerConfigs[gControllerIndex]; |
| 323 | |
| 324 | return true; |
| 325 | } |
| 326 | |
| 327 | void IInputManager::SwapJoyStick(OSContPad *pPad, SceCtrlData *pad) |
| 328 | { |