libretro / fuse-libretro

A port of the Fuse Unix Spectrum Emulator to libretro
GNU General Public License v3.0
36 stars 46 forks source link

Solve joystick issue with snapshot following merge of fuse 1.6.0 #139

Closed Chips-fr closed 1 year ago

Chips-fr commented 1 year ago

snapshot are kind of save state and they store the type of joystick to use but only one type. For game who handle multiple type of joystick this is an issue especially for kempston type. And in some configuration the joystick type was not applied at all. It solve #111 with some description inside of the changes i made.

schmurtzm commented 1 year ago

On the current build, for arcade style games, kempston joystick is pulling the controls to the upper right and pressing fire all the time. This PR seems to fix it well (tested on Miyoo Mini). Should be merged ;)