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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h
index 269735c43..512215e7e 100644
--- a/src/input_common/main.h
+++ b/src/input_common/main.h
@@ -118,6 +118,8 @@ public:
118 /// Retrieves the underlying GameCube button handler. 118 /// Retrieves the underlying GameCube button handler.
119 [[nodiscard]] const GCButtonFactory* GetGCButtons() const; 119 [[nodiscard]] const GCButtonFactory* GetGCButtons() const;
120 120
121 void ReloadInputDevices();
122
121 /// Get all DevicePoller from all backends for a specific device type 123 /// Get all DevicePoller from all backends for a specific device type
122 [[nodiscard]] std::vector<std::unique_ptr<Polling::DevicePoller>> GetPollers( 124 [[nodiscard]] std::vector<std::unique_ptr<Polling::DevicePoller>> GetPollers(
123 Polling::DeviceType type) const; 125 Polling::DeviceType type) const;