summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/debugger
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2023-01-14 03:07:57 +1100
committer Vas Crabb <vas@vastheman.com>2023-01-14 03:13:59 +1100
commitbf2707f4c76abaeaeda2d9c4444a608d7d0afed5 (patch)
tree992e3090717dd4c36922b80615d8680588183384 /docs/source/debugger
parente817a3d0c8e7697b55ce75c8e0939328022f5ecc (diff)
osd: Added support for mapping files to sdlgame joystick provider and made it default with SDL.
This changes behaviour, however I think it's a net positive: * Most games using Steam Input or SDL2 to read game controllers have this behaviour, so users have come to expect it. * This module is better at giving meaningful names to buttons on common controller, and assigning axes consistently. * Button/axis mapping files using a widely-used format are supported. * The old behaviour is still available with `-joystickprovider sdljoy` if anyone wants it. The new option for controller mapping files is in the general OSD options rather than SDL options as it can be extended to DirectInput in the future.
Diffstat (limited to 'docs/source/debugger')
0 files changed, 0 insertions, 0 deletions
54?s=13&d=retro' /> Vas Crabb2019-11-011-1/+1 * (nw) Clean up the mess on master Vas Crabb2019-03-261-27/+25 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-25/+27 * mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-22/+19 * volt_reg: set default m_output (nw) hap2019-02-191-1/+0 * misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-1/+1 * screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4 * emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1 * Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+3 * mcs48: Removed MCFG, nw mooglyguy2018-12-081-6/+5 * ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-8/+8 * watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1 * -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan...