Skip to content

Analog stick deadzone calculation + Disk change force

Libretro-Admin requested to merge github/fork/sonninnos/master into master

Created by: sonninnos

  • Brutish analog stick deadzone calculation changed to slick vector magnitude
  • Fixed disk change forcing

Whoever did the DISK_check_change() hoping it would do what it says it might do probably didn't look what it actually does. Those calls will be removed, since the function will be run anyway, making them being there pointless, and since the function itself only:

  • checks if floppy speed has changed
  • checks if floppy type has changed

Both unlikely to happen during normal use and neither play a part with the actual disk operation at hand. Replaced with DISK_reinsert().

Closes #186 (closed)

Bonus:

  • Statusbar shows CD32 Pad button colors

Merge request reports