diff options
| author | 2020-08-30 00:07:38 +0200 | |
|---|---|---|
| committer | 2020-08-30 00:43:25 +0200 | |
| commit | d1e1ea0fef0ddfe914f14a2d547b922b71081695 (patch) | |
| tree | 5109a1542775eb682e84fa2cc1f3bff160a01759 /src/input_common/main.h | |
| parent | Reolve reorder warning (diff) | |
| download | yuzu-d1e1ea0fef0ddfe914f14a2d547b922b71081695.tar.gz yuzu-d1e1ea0fef0ddfe914f14a2d547b922b71081695.tar.xz yuzu-d1e1ea0fef0ddfe914f14a2d547b922b71081695.zip | |
Address second batch of reviews
Diffstat (limited to 'src/input_common/main.h')
| -rw-r--r-- | src/input_common/main.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index 512215e7e..f3fbf696e 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h | |||
| @@ -21,9 +21,6 @@ namespace Settings::NativeButton { | |||
| 21 | enum Values : int; | 21 | enum Values : int; |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | /// Reloads the input devices | ||
| 25 | void ReloadInputDevices(); | ||
| 26 | |||
| 27 | namespace InputCommon { | 24 | namespace InputCommon { |
| 28 | namespace Polling { | 25 | namespace Polling { |
| 29 | 26 | ||
| @@ -118,6 +115,7 @@ public: | |||
| 118 | /// Retrieves the underlying GameCube button handler. | 115 | /// Retrieves the underlying GameCube button handler. |
| 119 | [[nodiscard]] const GCButtonFactory* GetGCButtons() const; | 116 | [[nodiscard]] const GCButtonFactory* GetGCButtons() const; |
| 120 | 117 | ||
| 118 | /// Reloads the input devices | ||
| 121 | void ReloadInputDevices(); | 119 | void ReloadInputDevices(); |
| 122 | 120 | ||
| 123 | /// Get all DevicePoller from all backends for a specific device type | 121 | /// Get all DevicePoller from all backends for a specific device type |