Skip to content

ScummVM: Bump to v2.0.0 + allows to configure mapping of joystick buttons

LMerckx requested to merge (removed):310-scummvm-conf-joystick into master

Please make sure your MR is ready to be merged !

  • You added the changes in CHANGELOG.md
  • You described the MR as below
  • You updated the recalbox wiki
  • You wrote a blog post on recalbox-blog

Changes : ScummVM sources have been modified to allow the configuration of joystick buttons (with SDL codes).
Example (adding this to the configuration file, change the default behaviour):

[scummvm] joystick_button_lmouse=0 joystick_button_rmouse=1 joystick_button_escape=9 joystick_button_skip=3 joystick_button_pause=2 joystick_button_menu=10 joystick_button_vkeyboard=8

Closes #310 (closed), #315 (closed)

Edited by LMerckx

Merge request reports