summaryrefslogtreecommitdiff
path: root/src/input_common/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common/main.h')
-rw-r--r--src/input_common/main.h4
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 {
21enum Values : int; 21enum Values : int;
22} 22}
23 23
24/// Reloads the input devices
25void ReloadInputDevices();
26
27namespace InputCommon { 24namespace InputCommon {
28namespace Polling { 25namespace 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