Kodi Community Forum
Linux Sega roms .bin will open with nes emulator - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Game support (https://forum.kodi.tv/forumdisplay.php?fid=292)
+--- Thread: Linux Sega roms .bin will open with nes emulator (/showthread.php?tid=353752)



Sega roms .bin will open with nes emulator - namenmalkav - 2020-04-22

Hi i have a raspberry pi 4 running libreelec with kodi leia.
I installed the picodrive emulator that in the wiki says that have support for .bin among others when i try to open a .bin file of a sega rom kodi offers me an atari or game boy emulator.
In the addon file for picodrive (game.libretro.picodrive) the addon.xml 

xml:
  <extension point="kodi.gameclient" library_linux="game.libretro.picodrive.so">
    <platforms>Genesis|Game Gear|SEGA Master System|Sega CD|Megadrive|Mega CD</platforms>
    <extensions>bin|gen|smd|md|32x|cue|iso|sms</extensions>

there is a way to change the list of emulators i can choose for certain extension?


RE: Sega roms .bin will open with nes emulator - A.Petrov - 2020-07-02

Today I am faced with the same issue.
In my case this happen because bin-files is stored on network drive accessed by NFS share.
When I'd moved bin-files in local drive - all appears as should: On bin-file selection, dialog-box with emulator list contain desired sega emulator, and bin-file start playing.