service: hid: Implement AssigningSingleOnSlSrPress

This commit is contained in:
german77
2024-01-06 21:54:23 -06:00
committed by Narr the Reg
parent f224ef6185
commit 3516a2d0bf
3 changed files with 24 additions and 2 deletions

View File

@ -157,6 +157,8 @@ public:
Result SetNpadSystemExtStateEnabled(u64 aruid, bool is_enabled);
Result AssigningSingleOnSlSrPress(u64 aruid, bool is_enabled);
private:
struct VibrationData {
bool device_mounted{};