Problem with path
Posted: Fri May 31, 2013 5:48 pm
It s not a bug but I don't know how to proceed. For my segacd emulator rom are in folder like this
Rom/Game1/iso
Rom/Game1/mp3_1
Rom/Game1/mp3_2
Rom/Game2/iso
Rom/Game2/mp3_1
Rom/Game2/mp3_2
So i use the "Rom" folder as rom directory
The command line is this one
So in Mgalaxy it s working fine (it search in subfolder too), all game are correctly displayed but when I try to launch a game, Mgalaxy try to run Rom/iso and not Rom/game1/iso
There is a special tips for this ?
ATM i will try to rename my folder and use
Rom/Game1/iso
Rom/Game1/mp3_1
Rom/Game1/mp3_2
Rom/Game2/iso
Rom/Game2/mp3_1
Rom/Game2/mp3_2
So i use the "Rom" folder as rom directory
The command line is this one
Code: Select all
<Cmd id="0" name="KEGA Fusion" value=""%path\%file%ext" -scd -auto -fullscreen" />
There is a special tips for this ?
ATM i will try to rename my folder and use
Code: Select all
<Cmd id="0" name="KEGA Fusion" value=""%path\%file\%file%ext" -scd -auto -fullscreen" />