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

Method Initialise

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

Source from the content-addressed store, hash-verified

311//
312//*****************************************************************************
313bool 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
327void IInputManager::SwapJoyStick(OSContPad *pPad, SceCtrlData *pad)
328{

Callers 1

CreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected