libretro / fuse-libretro

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

Properly name function, fix segfault #46

Closed meepingsnesroms closed 6 years ago

meepingsnesroms commented 6 years ago

The segfault was caused by not checking the boundrys of the controller type array, the same thing was fixed in blueMSX a few weeks back. Fixes: #44 , should also fix crashing on 3ds

meepingsnesroms commented 6 years ago

The error was with the wii controller driver, this fix compiles fine.