91
General / Re: Linux - USB Keyboard or other USB device don't work when paring bluetooth joy
« Last post by jakabasej8 on August 22, 2025, 03:38:23 AM »AttractMode uses SDL for input. If SDL detects a joystick at startup, https://atelierrebul.si/shop/category/parfumi-zenski-parfumi-74 it might change how it listens to input events, possibly requiring the joystick to “wake up” before other devices register. pehd ceviTwo common workarounds people use in setups like AttractMode are:
Disable joystick support in SDL (via config or compile flag) if you don’t actually need it.
Force a joystick event early (e.g., move a stick or press a button once) so SDL initializes the rest of the event loop properly.

Recent Posts