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

Fix core autodetection by netplay #129

Open trufanov-nok opened 2 years ago

trufanov-nok commented 2 years ago

library_name should be exactly the same as corename in libretro-core-info/fuse_libretro.info. Currently they mismatch ("fuse"/"Fuse") and this doesn't allow retroarch to auto load the core when user clicks on host at netplay list even if the core is installed.