Page 1 of 1

PSP Exit fail 2

Posted: Tue Nov 29, 2016 11:02 am
by Karisma
I upgraded mGalaxy a month ago & just noticed the Escape button for PPSSPP doesn't work. I found the relevant code in the User Systems file & everything looks fine. Any ideas?

Re: PSP Exit fail 2

Posted: Tue Nov 29, 2016 4:02 pm
by mgalaxy
Karisma,
You'll have to update PPSSPP to v1.3 too! (there was a change in PPSSPP, mGalaxy has updated its settings accordingly!)

Re: PSP Exit fail 2

Posted: Tue Nov 29, 2016 6:35 pm
by Karisma
I thought you'd cracked it, but it still doesn't work..

Is this how it should be?

<Cmd id="0" hidden="false" name="PPSSPP" value="-escape--exit --fullscreen --load "%path\%file%ext"" />

I tried different combinations of dashes & can't remember what it was originally.

Re: PSP Exit fail 2

Posted: Tue Nov 29, 2016 6:50 pm
by Aeliss
This one is working for me (V 1.3)

Code: Select all

<Cmd id="0" hidden="false" name="PPSSPP" value="--escape-exit --fullscreen --load "%path\%file%ext"" />
Perhaps you need to configure your exit key in ppsspp configuration.

Re: PSP Exit fail 2

Posted: Tue Nov 29, 2016 7:32 pm
by Karisma
Thanks for the code & suggestion. It still doesn't work for me unfortunately. I looked in the PPSSPP settings to assign Esc, but there's nothing as far as I can see. What to do. Exiting with  task manager is no fun.

Re: PSP Exit fail 2

Posted: Wed Nov 30, 2016 5:12 pm
by Aeliss
Here you can find my ppsspp.ini file compare with your
http://pastebin.com/vEKdT35w

Re: PSP Exit fail 2

Posted: Wed Nov 30, 2016 5:50 pm
by Karisma
Thanks again, but it didn't solve it  :(

Re: PSP Exit fail 2

Posted: Wed Nov 30, 2016 6:09 pm
by mgalaxy
Found on this page: https://github.com/hrydgard/ppsspp/issues/9119
OK, I guess i've narrowed down the problem
--escape-exit won't work until the Pause button is set in settings/control. In other words, --escape-exit only works with gamecontrollerdb.txt if there is Pause = 1-111,10-4 in the controls.ini. I used to fully configure the controls.ini before switching to gamecontrollerdb.txt, this is why it was working before.

Re: PSP Exit fail 2

Posted: Wed Nov 30, 2016 6:24 pm
by Karisma
Couldn't make sense of this at first. I think I get it. All I've done is assign a button to pause in the ppsspp settings and guess what..it still doesn't work! Close to giving up here.

Now I really get it. I assigned (P) before but that wasn't  1-111 or 10-4. This time I changed to 1-111 in the controls ini and guess what...IT WORKED!!  :D (God knows what 1-111 corresponds to but I don't care)

Re: PSP Exit fail 2

Posted: Wed Nov 30, 2016 6:42 pm
by Karisma
I forgot to say thanks in my excitement. Thanks mGalaxy, you did good!

Re: PSP Exit fail 2

Posted: Fri Dec 02, 2016 4:23 pm
by Aeliss
Aouww, good to know, thx mGalaxy.