mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 04:47:57 +00:00
core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration
This commit is contained in:
parent
726d16f266
commit
715d4bdbc6
2 changed files with 32 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue