libretro / stella2014-libretro

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

Add paddle digital sensitivity core option #70

Closed jdgleaver closed 3 years ago

jdgleaver commented 3 years ago

At present, games that use paddle controls are unplayable with this core, due to the fact that the paddle sensitivity is set to the maximum value (i.e. everything moves far too quickly).

This PR adds a new Paddle Sensitivity (Digital) option which allows the paddle movement speed to be adjusted. The default setting should be comfortable in most paddle-enabled games,

This closes #69

EDIT: A slight correction - the core currently sets the digital paddle sensitivity to half the maximum value (which is uncontrollably fast - the actual maximum sensitivity is plain ludicrous...)