mGalaxy forum

General Discussions => Bugs Reports => Topic started by: Karisma on November 29, 2016, 05:02:50 AM

Title: PSP Exit fail 2
Post by: Karisma on November 29, 2016, 05:02:50 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?
Title: Re: PSP Exit fail 2
Post by: mgalaxy on November 29, 2016, 10:02:20 AM
Karisma,
You'll have to update PPSSPP to v1.3 too! (there was a change in PPSSPP, mGalaxy has updated its settings accordingly!)
Title: Re: PSP Exit fail 2
Post by: Karisma on November 29, 2016, 12:35:12 PM
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 &quot;%path\%file%ext&quot;" />

I tried different combinations of dashes & can't remember what it was originally.
Title: Re: PSP Exit fail 2
Post by: Aeliss on November 29, 2016, 12:50:29 PM
This one is working for me (V 1.3)

Code: [Select]
<Cmd id="0" hidden="false" name="PPSSPP" value="--escape-exit --fullscreen --load &quot;%path\%file%ext&quot;" />
Perhaps you need to configure your exit key in ppsspp configuration.
Title: Re: PSP Exit fail 2
Post by: Karisma on November 29, 2016, 01:32:54 PM
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.
Title: Re: PSP Exit fail 2
Post by: Aeliss on November 30, 2016, 11:12:02 AM
Here you can find my ppsspp.ini file compare with your
http://pastebin.com/vEKdT35w
Title: Re: PSP Exit fail 2
Post by: Karisma on November 30, 2016, 11:50:11 AM
Thanks again, but it didn't solve it  :(
Title: Re: PSP Exit fail 2
Post by: mgalaxy on November 30, 2016, 12:09:14 PM
Found on this page: https://github.com/hrydgard/ppsspp/issues/9119
Quote
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.
Title: Re: PSP Exit fail 2
Post by: Karisma on November 30, 2016, 12:24:54 PM
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)
Title: Re: PSP Exit fail 2
Post by: Karisma on November 30, 2016, 12:42:51 PM
I forgot to say thanks in my excitement. Thanks mGalaxy, you did good!
Title: Re: PSP Exit fail 2
Post by: Aeliss on December 02, 2016, 10:23:40 AM
Aouww, good to know, thx mGalaxy.