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

Method SetButtonMapping

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

Source from the content-addressed store, hash-verified

229}
230
231void CControllerConfig::SetButtonMapping( EN64Button button, CButtonMapping * p_mapping )
232{
233 delete mButtonMappings[ button ];
234 mButtonMappings[ button ] = p_mapping;
235}
236
237u32 CControllerConfig::GetN64ButtonsState( u32 psp_button_mask ) const
238{

Callers 2

BuildDefaultConfigMethod · 0.80
BuildControllerConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected