service/hid: Implement SetNpadJoyAssignmentMode

This commit is contained in:
german77 2021-12-05 16:17:52 -06:00
parent eab641228e
commit 2352826bf7
5 changed files with 174 additions and 38 deletions

View file

@ -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();