r43572 | fabbo | 2023-03-25 14:34:41 +0000 (Sat, 25 Mar 2023) | 8 lines
Restore the functionality of changing the mapping from a host joystick action to an emulated device's keyboard event in SDL port, that got lost with the merge
Not-so-straightforward instructions (but working exactly as before the merge):
- enable virtual keyboard
- select key to be mapped on the virtual keyboard
- perform a joystick action mapped to MAP (default: joystick button 6 with 0-based numbering)
- perform the joystick action to be mapped to the chosen key
------------------------------------------------------------------------
r43571 | gpz | 2023-03-25 14:02:56 +0000 (Sat, 25 Mar 2023) | 1 line
implement monitor io dump for 6532 (RIOT)
------------------------------------------------------------------------
r43569 | blackystardust | 2023-03-24 19:30:55 +0000 (Fri, 24 Mar 2023) | 1 line
Use sizeof(int16_t) to clearly show what is being allocated.
------------------------------------------------------------------------
r43567 | blackystardust | 2023-03-24 04:37:11 +0000 (Fri, 24 Mar 2023) | 1 line
Added multi channel sound device mixing.
------------------------------------------------------------------------
r43566 | blackystardust | 2023-03-24 03:54:09 +0000 (Fri, 24 Mar 2023) | 1 line
Only render selected channel for multi-channel sound devices in the new float sound system.
------------------------------------------------------------------------