garbear / xbmc

XBMC Main Repository
http://xbmc.org
Other
134 stars 53 forks source link

Opening a .smc file from a mapped network folder does not launch the game. #46

Closed Andres75 closed 7 months ago

Andres75 commented 8 years ago

If I add an external mapped folder to kodi as source for SNES files these do not open in all bSNES variants (accuray, performance, etc...)

garbear commented 7 months ago

This is a limitation in the bSNES variants - they need to have "VFS support", a table of which you can see here: https://kodi.wiki/view/Game_add-ons

Adding VFS support is done by modifying the emulator code and can be a labor-intensive process, which is why not all cores support VFS. If a core doesn't support VFS, there's nothing Kodi can do, the only option is to roll up your sleeves, dive in and fix the emulator's code.