mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 07:07:51 +00:00
service/hid: Implement SetNpadJoyAssignmentMode
This commit is contained in:
parent
eab641228e
commit
2352826bf7
5 changed files with 174 additions and 38 deletions
|
@ -45,6 +45,9 @@ public:
|
|||
/// Returns the first connected npad id
|
||||
NpadIdType GetFirstNpadId() const;
|
||||
|
||||
/// Returns the first disconnected npad id
|
||||
NpadIdType GetFirstDisconnectedNpadId() const;
|
||||
|
||||
/// Sets all emulated controllers into configuring mode.
|
||||
void EnableAllControllerConfiguration();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue