diff options
| author | 2021-01-02 12:33:48 -0800 | |
|---|---|---|
| committer | 2021-01-02 12:33:48 -0800 | |
| commit | 62f67df6d7cde8f5d08418dcbff725724cc6cff6 (patch) | |
| tree | 61fb7dc24ebbf6e679deeba05278c5380cb35025 /src/input_common/gcadapter | |
| parent | Merge pull request #5273 from timleg002/patch-1 (diff) | |
| parent | general: Fix various spelling errors (diff) | |
| download | yuzu-62f67df6d7cde8f5d08418dcbff725724cc6cff6.tar.gz yuzu-62f67df6d7cde8f5d08418dcbff725724cc6cff6.tar.xz yuzu-62f67df6d7cde8f5d08418dcbff725724cc6cff6.zip | |
Merge pull request #5277 from Morph1984/fix-comments
general: Fix various spelling errors
Diffstat (limited to 'src/input_common/gcadapter')
| -rw-r--r-- | src/input_common/gcadapter/gc_adapter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input_common/gcadapter/gc_adapter.h b/src/input_common/gcadapter/gc_adapter.h index f1256c9da..7a6c545bd 100644 --- a/src/input_common/gcadapter/gc_adapter.h +++ b/src/input_common/gcadapter/gc_adapter.h | |||
| @@ -120,17 +120,17 @@ private: | |||
| 120 | /// For use in initialization, querying devices to find the adapter | 120 | /// For use in initialization, querying devices to find the adapter |
| 121 | void Setup(); | 121 | void Setup(); |
| 122 | 122 | ||
| 123 | /// Resets status of all GC controller devices to a disconected state | 123 | /// Resets status of all GC controller devices to a disconnected state |
| 124 | void ResetDevices(); | 124 | void ResetDevices(); |
| 125 | 125 | ||
| 126 | /// Resets status of device connected to a disconected state | 126 | /// Resets status of device connected to a disconnected state |
| 127 | void ResetDevice(std::size_t port); | 127 | void ResetDevice(std::size_t port); |
| 128 | 128 | ||
| 129 | /// Returns true if we successfully gain access to GC Adapter | 129 | /// Returns true if we successfully gain access to GC Adapter |
| 130 | bool CheckDeviceAccess(); | 130 | bool CheckDeviceAccess(); |
| 131 | 131 | ||
| 132 | /// Captures GC Adapter endpoint address | 132 | /// Captures GC Adapter endpoint address |
| 133 | /// Returns true if the endpoind was set correctly | 133 | /// Returns true if the endpoint was set correctly |
| 134 | bool GetGCEndpoint(libusb_device* device); | 134 | bool GetGCEndpoint(libusb_device* device); |
| 135 | 135 | ||
| 136 | /// For shutting down, clear all data, join all threads, release usb | 136 | /// For shutting down, clear all data, join all threads, release usb |