MBU-Team / OpenMBU

A reverse engineered version of Marble Blast Ultra from Xbox 360
156 stars 20 forks source link

Fix Menu Trigger callbacks #176

Closed polyrain closed 1 year ago

polyrain commented 1 year ago

This PR adds handling and debouncing logic for the XInput triggers in the menus. This has been tested locally (by switching the onLTrigger to onA as well as printing), but if we need to add actual tests just let me know.

Closes #152