Author Topic: PSP Exit fail 2  (Read 8973 times)

Aeliss

  • Hero Member
  • *****
  • Posts: 915
Re: PSP Exit fail 2
« Reply #11 on: December 02, 2016, 10:23:40 AM »
Aouww, good to know, thx mGalaxy.

Karisma

  • Newbie
  • *
  • Posts: 7
Re: PSP Exit fail 2
« Reply #10 on: November 30, 2016, 12:42:51 PM »
I forgot to say thanks in my excitement. Thanks mGalaxy, you did good!

Karisma

  • Newbie
  • *
  • Posts: 7
Re: PSP Exit fail 2
« Reply #9 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)
« Last Edit: November 30, 2016, 12:32:11 PM by Karisma »

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1168
    • Email
Re: PSP Exit fail 2
« Reply #8 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.

Karisma

  • Newbie
  • *
  • Posts: 7
Re: PSP Exit fail 2
« Reply #7 on: November 30, 2016, 11:50:11 AM »
Thanks again, but it didn't solve it  :(

Aeliss

  • Hero Member
  • *****
  • Posts: 915
Re: PSP Exit fail 2
« Reply #6 on: November 30, 2016, 11:12:02 AM »
Here you can find my ppsspp.ini file compare with your
http://pastebin.com/vEKdT35w

Karisma

  • Newbie
  • *
  • Posts: 7
Re: PSP Exit fail 2
« Reply #5 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.

Aeliss

  • Hero Member
  • *****
  • Posts: 915
Re: PSP Exit fail 2
« Reply #4 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.
« Last Edit: November 29, 2016, 12:52:35 PM by Aeliss »

Karisma

  • Newbie
  • *
  • Posts: 7
Re: PSP Exit fail 2
« Reply #3 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.

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1168
    • Email
Re: PSP Exit fail 2
« Reply #2 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!)

Karisma

  • Newbie
  • *
  • Posts: 7
PSP Exit fail 2
« Reply #1 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?