Code: Select all
<System>
<Name>PC-Engine Duo (CD-ROM)</Name>
<AppPath>F:\Jeux PC [Downloads]\Emulation\PC_Engine_CD_AutoIt.exe</AppPath>
<RomPath>F:\Jeux PC [Downloads]\Emulation\PC Engine CD\isos</RomPath>
<SnapPath>F:\Jeux PC [Downloads]\Emulation\PC Engine CD\previews</SnapPath>
<VidPath />
<Emu selected="0">
<Cmd id="0" name="MagicEngine (AutoIt)" value=""%path\%file%ext"" />
</Emu>
<Ext selected="0">
<Suf id="0" value=".cue" />
</Ext>
<Active>True</Active>
</System>
Code: Select all
If $CmdLine[0] == 1 Then
RunWait('"C:\Program Files\DAEMON Tools Lite\DTLite.exe" -mount 0,"' & $CmdLine[1] & '"')
RunWait('"F:\Jeux PC [Downloads]\Emulation\PC Engine CD\pce.exe"')
RunWait('"C:\Program Files\DAEMON Tools Lite\DTLite.exe" -unmount 0')
EndIf
Exit 0
Isos are composed of .bin and .cue files in the \isos directory.
but it don't seem to work.
It launch "Deamon Tools Lite" before the emulator is loaded and also after, but it don't mount the .cue file I select in mGalaxy main window.
I know that if you want to directly load a cd in "Magic Engine", the command-line is : "pce.exe -cd" but it's not useful yet as the iso is not mounted.