PSP Exit fail 2
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.
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.
This one is working for me (V 1.3)
Perhaps you need to configure your exit key in ppsspp configuration.
Code: Select all
<Cmd id="0" hidden="false" name="PPSSPP" value="--escape-exit --fullscreen --load "%path\%file%ext"" />
Last edited by Aeliss on Tue Nov 29, 2016 6:52 pm, edited 1 time in total.
Here you can find my ppsspp.ini file compare with your
http://pastebin.com/vEKdT35w
http://pastebin.com/vEKdT35w
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.
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!! (God knows what 1-111 corresponds to but I don't care)
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!! (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.