libretro / stella2014-libretro

Port of Stella to libretro.
24 stars 36 forks source link

Add analog paddle support #71

Closed jdgleaver closed 3 years ago

jdgleaver commented 3 years ago

This PR adds analog paddle support. By default, paddle motion is mapped to the x-axis of the RetroPad left analog stick. A dedicated paddle 'fire' button is mapped to RetroPad Y. Two player games are supported.

Analog control is configured by the following new core options:

This closes #34 (and probably partially addresses the other open paddle-related issues...)