diff options
| author | 2020-08-15 15:26:29 -0400 | |
|---|---|---|
| committer | 2020-08-26 02:32:32 -0400 | |
| commit | efa0b7a056b73dffb8789c95ebf8a9c09e55f539 (patch) | |
| tree | 52d74b2708105c14c086cddafed83b6f4eb98f7c /src/input_common/main.h | |
| parent | qt_themes: Fix Midnight Blue theme (diff) | |
| download | yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.tar.gz yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.tar.xz yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.zip | |
Address feedback
Diffstat (limited to 'src/input_common/main.h')
| -rw-r--r-- | src/input_common/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index ebc7f9533..e706c3750 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h | |||
| @@ -76,7 +76,7 @@ public: | |||
| 76 | /// Setup and start polling for inputs, should be called before GetNextInput | 76 | /// Setup and start polling for inputs, should be called before GetNextInput |
| 77 | /// If a device_id is provided, events should be filtered to only include events from this | 77 | /// If a device_id is provided, events should be filtered to only include events from this |
| 78 | /// device id | 78 | /// device id |
| 79 | virtual void Start(std::string device_id = "") = 0; | 79 | virtual void Start(const std::string& device_id = "") = 0; |
| 80 | /// Stop polling | 80 | /// Stop polling |
| 81 | virtual void Stop() = 0; | 81 | virtual void Stop() = 0; |
| 82 | /** | 82 | /** |