service: hid: Fully implement abstract vibration

This commit is contained in:
Narr the Reg 2024-01-10 22:06:54 -06:00 committed by german77
parent fa21d6ee85
commit e2313faec9
31 changed files with 905 additions and 448 deletions

View file

@ -101,6 +101,7 @@ public:
Result DestroySevenSixAxisTransferMemory();
void EnableInput(u64 aruid, bool is_enabled);
bool SetAruidValidForVibration(u64 aruid, bool is_enabled);
void EnableSixAxisSensor(u64 aruid, bool is_enabled);
void EnablePadInput(u64 aruid, bool is_enabled);
void EnableTouchScreen(u64 aruid, bool is_enabled);