| 140 | /////////////////////////////////////////// |
| 141 | |
| 142 | const controller_t *input_controller(handed_ hand) { |
| 143 | return &input_controllers[hand]; |
| 144 | } |
| 145 | |
| 146 | /////////////////////////////////////////// |
| 147 |
no outgoing calls
no test coverage detected