early-access version 3416

This commit is contained in:
pineappleEA
2023-02-26 03:03:25 +01:00
parent 008b77bc59
commit cb3c84e5fa
24 changed files with 182 additions and 54 deletions

View File

@@ -250,9 +250,14 @@ public:
/// Reload all input devices
void ReloadInput();
/// Overrides current mapped devices with the stored configuration and reloads all input devices
/// Overrides current mapped devices with the stored configuration and reloads all input
/// callbacks
void ReloadFromSettings();
/// Overrides current mapped debug pad with the stored configuration and reloads all input
/// callbacks
void ReloadDebugPadFromSettings();
/// Saves the current mapped configuration
void SaveCurrentConfig();