langerhans / OdinTools

Collection of utilities for the AYN Odin 2
MIT License
108 stars 8 forks source link

Yuzu crashes when button is held on start #4

Closed langerhans closed 5 months ago

langerhans commented 5 months ago

Yuzu's input processing doesn't like it when we switch controller styles while a button press is being processed. This has been observed in conjunction with launching Yuzu from Beacon. Doesn't happen if the button is released fast enough.

Solution: Add a delay before switching overrides. Possibly user configurable?