| 84 | } |
| 85 | |
| 86 | void* ViGEmInput::alloc_target() |
| 87 | { |
| 88 | if (type_ == MaaGamepadType_Xbox360) { |
| 89 | return fn_vigem_target_x360_alloc_(); |
| 90 | } |
| 91 | return fn_vigem_target_ds4_alloc_(); |
| 92 | } |
| 93 | |
| 94 | bool ViGEmInput::init_vigem() |
| 95 | { |
nothing calls this directly
no outgoing calls
no test coverage detected