kodi-game / game.libretro.scummvm

ScummVM GameClient for XBMC
https://github.com/libretro/scummvm
1 stars 5 forks source link

buttonmap.xml: Update controller buttons #24

Closed garbear closed 3 years ago

garbear commented 3 years ago

Description

This PR updates the buttonmap in accordance with the latest source:

From the log when loading the core:


[DEBUG] Libretro input bindings:
[DEBUG] ------------------------------------------------------------
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_LEFT, Description: Mouse Cursor Left
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_UP, Description: Mouse Cursor Up
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_DOWN, Description: Mouse Cursor Down
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_RIGHT, Description: Mouse Cursor Right
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_B, Description: Right Mouse Button
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_A, Description: Left Mouse Button
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_X, Description: Esc
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_Y, Description: .
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L, Description: Enter
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R, Description: Numpad 5
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L2, Description: Backspace
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R2, Description: Cursor Fine Control
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L3, Description: F10
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R3, Description: Numpad 0
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_START, Description: ScummVM GUI
[DEBUG] Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_SELECT, Description: F1
[DEBUG] Port: 0, Device: RETRO_DEVICE_MOUSE, Feature: RETRO_DEVICE_ID_MOUSE_LEFT, Description: Left click
[DEBUG] Port: 0, Device: RETRO_DEVICE_MOUSE, Feature: RETRO_DEVICE_ID_MOUSE_RIGHT, Description: Right click
[DEBUG] ------------------------------------------------------------

Screenshots

New port setup dialog:

Screenshot from 2021-10-29 07-45-38