diff options
Diffstat (limited to 'src/input_common/drivers/joycon.h')
| -rw-r--r-- | src/input_common/drivers/joycon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/joycon.h b/src/input_common/drivers/joycon.h index 473ba1b9e..5b40817e2 100644 --- a/src/input_common/drivers/joycon.h +++ b/src/input_common/drivers/joycon.h | |||
| @@ -62,7 +62,7 @@ private: | |||
| 62 | /// Registers controllers, clears all data and starts the scan thread | 62 | /// Registers controllers, clears all data and starts the scan thread |
| 63 | void Setup(); | 63 | void Setup(); |
| 64 | 64 | ||
| 65 | /// Actively searchs for new devices | 65 | /// Actively searches for new devices |
| 66 | void ScanThread(std::stop_token stop_token); | 66 | void ScanThread(std::stop_token stop_token); |
| 67 | 67 | ||
| 68 | /// Returns true if device is valid and not registered | 68 | /// Returns true if device is valid and not registered |