mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Rumble to GUI
This commit is contained in:
parent
3c2e9a0418
commit
042e02eb3e
5 changed files with 21 additions and 9 deletions
|
@ -117,8 +117,8 @@ typedef struct chiaki_audio_stream_info_event_t
|
|||
typedef struct chiaki_rumble_event_t
|
||||
{
|
||||
uint8_t unknown;
|
||||
uint8_t left;
|
||||
uint8_t right;
|
||||
uint8_t left; // low-frequency
|
||||
uint8_t right; // high-frequency
|
||||
} ChiakiRumbleEvent;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue