Convert rumble_queue into a generic feedback_queue for gamepad messages

This commit is contained in:
Cameron Gutman
2023-07-08 15:23:27 -05:00
parent fd77230964
commit 309fcc4142
7 changed files with 278 additions and 82 deletions

View File

@@ -62,7 +62,7 @@ namespace mail {
// Local mail
MAIL(touch_port);
MAIL(idr);
MAIL(rumble);
MAIL(gamepad_feedback);
MAIL(hdr);
#undef MAIL