Mercurial > repos > blastem
diff bindings.h @ 2627:df6dbf229e2f
Prevent gamepad binds from firing while remapping a gamepad
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 22 Feb 2025 23:33:12 -0800 |
parents | e836cf11783b |
children | 99297d5f4c5d |
line wrap: on
line diff
--- a/bindings.h Sat Feb 22 23:11:35 2025 -0800 +++ b/bindings.h Sat Feb 22 23:33:12 2025 -0800 @@ -30,5 +30,6 @@ void bindings_release_capture(void); void bindings_reacquire_capture(void); void set_content_binding_state(uint8_t enabled); +void bindings_set_joy_state(int joystick, uint8_t enabled); #endif //BINDINGS_H_