mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
service: hid: Fully implement abstract vibration
This commit is contained in:
parent
fa21d6ee85
commit
e2313faec9
31 changed files with 905 additions and 448 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue