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