summaryrefslogtreecommitdiff
path: root/src/input_common/main.h
diff options
context:
space:
mode:
authorGravatar FearlessTobi2020-08-30 00:07:38 +0200
committerGravatar FearlessTobi2020-08-30 00:43:25 +0200
commitd1e1ea0fef0ddfe914f14a2d547b922b71081695 (patch)
tree5109a1542775eb682e84fa2cc1f3bff160a01759 /src/input_common/main.h
parentReolve reorder warning (diff)
downloadyuzu-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.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