core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration

This commit is contained in:
Morph
2021-11-29 17:59:58 -05:00
parent 410df5446e
commit 940375dfbb
2 changed files with 32 additions and 0 deletions

View File

@ -45,6 +45,12 @@ public:
/// Returns the first connected npad id
NpadIdType GetFirstNpadId() const;
/// Sets all emulated controllers into configuring mode.
void EnableAllControllerConfiguration();
/// Sets all emulated controllers into normal mode.
void DisableAllControllerConfiguration();
/// Reloads all input devices from settings
void ReloadInputDevices();