I want to integrate PCSX2 (0.9.7 r3113) in my XBMC installation but I just don't get pcsx2 to autorun compressed iso images with cdvdiso plugin.
I have a batch file that sets the filename of the image in the registry
and then starts pcsx2
but it does not run the image file I still have to click System > BootCDVD.
And I'm running WinXP64.
How do I get pcsx2 to autorun the image file?
I have a batch file that sets the filename of the image in the registry
Code:
HKEY_CURRENT_USER\Software\PS2Eplugin\CDVD\CDVDiso\CurrentWorkingFolder
HKEY_CURRENT_USER\Software\PS2Eplugin\CDVD\CDVDiso\IsoFile
Code:
pcsx2.exe --nogui --skipbios --usecd
And I'm running WinXP64.
How do I get pcsx2 to autorun the image file?