PSP Exit fail 2

To get bugs fixed, please report them here.
Post Reply
Karisma
Newbie
Newbie
Posts: 7
Joined: Mon Nov 07, 2016 10:32 am

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?
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Karisma,
You'll have to update PPSSPP to v1.3 too! (there was a change in PPSSPP, mGalaxy has updated its settings accordingly!)
Karisma
Newbie
Newbie
Posts: 7
Joined: Mon Nov 07, 2016 10:32 am

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.
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

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.
Last edited by Aeliss on Tue Nov 29, 2016 6:52 pm, edited 1 time in total.
Karisma
Newbie
Newbie
Posts: 7
Joined: Mon Nov 07, 2016 10:32 am

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.
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

Here you can find my ppsspp.ini file compare with your
http://pastebin.com/vEKdT35w
Karisma
Newbie
Newbie
Posts: 7
Joined: Mon Nov 07, 2016 10:32 am

Thanks again, but it didn't solve it  :(
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

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.
Karisma
Newbie
Newbie
Posts: 7
Joined: Mon Nov 07, 2016 10:32 am

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)
Last edited by Karisma on Wed Nov 30, 2016 6:32 pm, edited 1 time in total.
Karisma
Newbie
Newbie
Posts: 7
Joined: Mon Nov 07, 2016 10:32 am

I forgot to say thanks in my excitement. Thanks mGalaxy, you did good!
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

Aouww, good to know, thx mGalaxy.
Post Reply