| 213 | }; |
| 214 | |
| 215 | CControllerConfig::CControllerConfig() |
| 216 | { |
| 217 | for( u32 i = 0; i < NUM_N64_BUTTONS; ++i ) |
| 218 | { |
| 219 | mButtonMappings[ i ] = NULL; |
| 220 | } |
| 221 | } |
| 222 | |
| 223 | CControllerConfig::~CControllerConfig() |
| 224 | { |
nothing calls this directly
no outgoing calls
no test coverage detected