diff options
Diffstat (limited to 'src/input_common/main.h')
| -rw-r--r-- | src/input_common/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index 58e5dc250..269735c43 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h | |||
| @@ -21,6 +21,9 @@ namespace Settings::NativeButton { | |||
| 21 | enum Values : int; | 21 | enum Values : int; |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | /// Reloads the input devices | ||
| 25 | void ReloadInputDevices(); | ||
| 26 | |||
| 24 | namespace InputCommon { | 27 | namespace InputCommon { |
| 25 | namespace Polling { | 28 | namespace Polling { |
| 26 | 29 | ||