| 151 | } |
| 152 | |
| 153 | bool ViGEmInput::connect() |
| 154 | { |
| 155 | if (connected_) { |
| 156 | return true; |
| 157 | } |
| 158 | |
| 159 | connected_ = init_vigem(); |
| 160 | return connected_; |
| 161 | } |
| 162 | |
| 163 | bool ViGEmInput::update_report() |
| 164 | { |
nothing calls this directly
no outgoing calls
no test coverage detected