libretro / virtualjaguar-libretro

Hard fork of Virtual Jaguar (abandoned project) to Libretro
31 stars 34 forks source link

Fix 39 & 54 numpad controller/keyboard mapping #63

Closed JoeMatt closed 2 years ago

JoeMatt commented 2 years ago

There is a loop above this code block, that resets all the buttons.

I would suggest removing all the code resetting them explicitly.

Good call. I wasn't sure why both were there originally but I'm new-ish to libretro.h usage so thought maybe "reasons".

The loop makes more sense if it's sufficient. I'll test that, thanks.