Posts: 3,030
Joined: Dec 2010
Reputation:
293
garbear
Team-Kodi Developer
Posts: 3,030
2013-09-14, 05:07
(This post was last modified: 2013-09-14, 05:10 by garbear.)
thanks for the tip! some (most?) emulators support "load from memory", which uses XBMC's file loaders to pass the data to the emu. some, like Genesis MX Plus, require the path to the rom and implement their own (inferior) file loader, which obviously can't handle xbmc's mirth of protocols.
if you want, you can figure out for yourself if an emu supports "load from memory". open the addon.xml file of the installed add-on and look for the <allowvfs> tag. <allowvfs>true</allowvfs> means that the emulator can load from samba, NFS, http, inside zip/rars, etc.
Posts: 254
Joined: May 2011
Reputation:
2
yallah
Senior Member
Posts: 254
thx for explain. If I understand they are no solution to play genesis's rom thru network yet?
Posts: 3,030
Joined: Dec 2010
Reputation:
293
garbear
Team-Kodi Developer
Posts: 3,030
not until genplus is expanded to implement the full libretro API (including loading from memory)
Posts: 53
Joined: Dec 2009
Reputation:
0
I am able to play Genplus via network with the above stated workaround.
If i try to play the game via samba path (\\computer\folder\game.smc) this does not work.
If i create a network drive mapped to the location, then play the game via network through the mapped path (z:\roms\genesis\game.smc) it works perfectly fine.
Posts: 3,030
Joined: Dec 2010
Reputation:
293
garbear
Team-Kodi Developer
Posts: 3,030
edru, when you say "can't play over samba", do you mean that genplus fails to load the game, or XBMC doesn't give you the option of using genplus to play the game?
Posts: 254
Joined: May 2011
Reputation:
2
yallah
Senior Member
Posts: 254
eheh nice edru thx, working for moment with network mapping
Posts: 3,030
Joined: Dec 2010
Reputation:
293
garbear
Team-Kodi Developer
Posts: 3,030
ok. can you upload a debug log of a Genplus game not working?