@ zeroskrull
for ppsspp I use an
autoit script that start the emulator and make it quit with"esc"
HotKeySet("{ESC}", "Terminate")
If $CmdLine[0] == 1 Then
Run ( '"C:\jeux 3\emulation\psp 2\PPSSPPWindows.exe" "' & $CmdLine[1] & '"', "C:\jeux 3\emulation\psp 2\" )
While 1
Sleep(100)
WEnd
EndIf
Func Terminate()
ProcessClose ( "PPSSPPWindows.exe" )
Exit 0
EndFunc
you just have to replace my path to the .exe with yours:
in this line "Run ( '"
C:\jeux 3\emulation\psp 2\PPSSPPWindows.exe" "' & $CmdLine[1] & '"', "
C:\jeux 3\emulation\psp 2\" )"
-IN ADVANCED LAUNCHER
just leave the
"rom" parameter by default, and add
"iso\cso" for rom format
NB:you need to donwload
autoit to make this script, copy\past my script once you
change the path,click right on the autoit script to
compil it in .exe format and
point advance launcher to this exe.
it works for me it should work for you, maybe my explanation are not clear enough...just ask me if it is the case
if the question is just how to make ppsspp work on windows well you have to go to the ppsspp forum although it's a real easy emu to setup ( apart some graphicals options)
cheers