mGalaxy forum

General Discussions => Bugs Reports => Topic started by: iOtero on April 05, 2016, 05:44:23 AM

Title: PSP exit fail
Post by: iOtero on April 05, 2016, 05:44:23 AM
Old command line --escapeexitsemu (Not work in last version)

New command line --escape-exit (Works OK)
Title: Re: PSP exit fail
Post by: Aeliss on April 05, 2016, 11:09:52 AM
For wich one emul ? PPSSPP ?
Title: Re: PSP exit fail
Post by: iOtero on April 05, 2016, 12:42:57 PM
yes, PPSSPP, sorry...  :P
Title: Re: PSP exit fail
Post by: Aeliss on April 06, 2016, 11:39:46 AM
But how you use it ?
I don't use command line on my side, in the autoit script ?
Title: Re: PSP exit fail
Post by: iOtero on April 07, 2016, 06:06:20 AM
In Systems.xml:
Code: [Select]
  <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 &quot;%path\%file%ext&quot;" />
    </Emu>
    <Extensions>.cso,.iso</Extensions>
    <Active>True</Active>
    <Script>True</Script>
    <Database>True</Database>
  </System>
 
Title: Re: PSP exit fail
Post by: Aeliss on April 07, 2016, 11:12:37 AM
Ha yep, thx ^^, I forget that.