diff options
Diffstat (limited to 'src/input_common/drivers/gc_adapter.h')
| -rw-r--r-- | src/input_common/drivers/gc_adapter.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/input_common/drivers/gc_adapter.h b/src/input_common/drivers/gc_adapter.h index dd0e4aa1d..b82e4803d 100644 --- a/src/input_common/drivers/gc_adapter.h +++ b/src/input_common/drivers/gc_adapter.h | |||
| @@ -105,8 +105,12 @@ private: | |||
| 105 | void Reset(); | 105 | void Reset(); |
| 106 | 106 | ||
| 107 | void UpdateVibrations(); | 107 | void UpdateVibrations(); |
| 108 | // Updates vibration state of all controllers | 108 | |
| 109 | /// Updates vibration state of all controllers | ||
| 109 | void SendVibrations(); | 110 | void SendVibrations(); |
| 111 | |||
| 112 | std::string GetUIButtonName(const Common::ParamPackage& params) const; | ||
| 113 | |||
| 110 | std::unique_ptr<LibUSBDeviceHandle> usb_adapter_handle; | 114 | std::unique_ptr<LibUSBDeviceHandle> usb_adapter_handle; |
| 111 | std::array<GCController, 4> pads; | 115 | std::array<GCController, 4> pads; |
| 112 | 116 | ||