forked from eden-emu/eden
service/hid: Implement SetNpadJoyAssignmentMode
This commit is contained in:
parent
fae07919af
commit
d6ae9c68f8
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