service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination

Used by Let's Get Fit
This commit is contained in:
german77 2023-03-26 23:56:00 -06:00
parent ba58f66bee
commit 9ffeb00747
4 changed files with 56 additions and 22 deletions

View file

@ -151,6 +151,7 @@ private:
void SwapNpadAssignment(HLERequestContext& ctx);
void IsUnintendedHomeButtonInputProtectionEnabled(HLERequestContext& ctx);
void EnableUnintendedHomeButtonInputProtection(HLERequestContext& ctx);
void SetNpadJoyAssignmentModeSingleWithDestination(HLERequestContext& ctx);
void SetNpadAnalogStickUseCenterClamp(HLERequestContext& ctx);
void SetNpadCaptureButtonAssignment(HLERequestContext& ctx);
void ClearNpadCaptureButtonAssignment(HLERequestContext& ctx);