Page 1 of 1

PSP exit fail

Posted: Tue Apr 05, 2016 10:44 am
by iOtero
Old command line --escapeexitsemu (Not work in last version)

New command line --escape-exit (Works OK)

Re: PSP exit fail

Posted: Tue Apr 05, 2016 4:09 pm
by Aeliss
For wich one emul ? PPSSPP ?

Re: PSP exit fail

Posted: Tue Apr 05, 2016 5:42 pm
by iOtero
yes, PPSSPP, sorry...  :P

Re: PSP exit fail

Posted: Wed Apr 06, 2016 4:39 pm
by Aeliss
But how you use it ?
I don't use command line on my side, in the autoit script ?

Re: PSP exit fail

Posted: Thu Apr 07, 2016 11:06 am
by iOtero
In Systems.xml:

Code: Select all

  <System Type="Console">
    <Name>Sony PSP</Name>
    <AppPath>E:\Emus\Sony PSP\PPSSPP\PPSSPPWindows.exe</AppPath>
    <RomPath>E:\Emus\Sony PSP\roms</RomPath>
    <SnapPath>E:\Emus\Sony PSP\covers</SnapPath>
    <VidPath>E:\Emus\Sony PSP\videos</VidPath>
    <Emu selected="0">
      <Cmd id="0" name="PPSSPP" value="--escape-exit --fullscreen --load "%path\%file%ext"" />
    </Emu>
    <Extensions>.cso,.iso</Extensions>
    <Active>True</Active>
    <Script>True</Script>
    <Database>True</Database>
  </System>
  

Re: PSP exit fail

Posted: Thu Apr 07, 2016 4:12 pm
by Aeliss
Ha yep, thx ^^, I forget that.