libretro / beetle-pce-fast-libretro

Standalone fork of Mednafen PCE Fast to libretro
GNU General Public License v2.0
29 stars 52 forks source link

Filter out device types other than JOYPAD and MOUSE. #146

Closed alice-mkh closed 4 years ago

alice-mkh commented 4 years ago

The device type is a bitmask, and a device can have multiple types, for example JOYPAD+ANALOG. Since we're only interested in JOYPAD and MOUSE here, just unset all others.