dov_EL Posted January 11, 2017 Share Posted January 11, 2017 Hi How can I eliminate the message "CONFIRM EXIT" in epsxe? I configured launchbox so that a combo of keys, you can get out of any emulator, only EPSXe, asks me the confirmation of exit Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 11, 2017 Share Posted January 11, 2017 You can try using the LilyPad driver from PCSX2 it has a checkbox to disable the confirm it works in eSPXe but I read there maybe issues with dual controls but I've didn't test to see if I had those issues. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted January 11, 2017 Share Posted January 11, 2017 Put this in the Auto Hotkey Script tab of your ePSXe emulator config in Launchbox: $Esc:: { Process, Close, {{{StartupEXE}}} } I am taking no credit for this one, this was posted by a user here on the forums and I use it on my HTPC and it works for me. 2 Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 11, 2017 Author Share Posted January 11, 2017 Thank you !!!!! Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 11, 2017 Author Share Posted January 11, 2017 4 hours ago, lordmonkus said: Put this in the Auto Hotkey Script tab of your ePSXe emulator config in Launchbox: $Esc:: { Process, Close, {{{StartupEXE}}} } I am taking no credit for this one, this was posted by a user here on the forums and I use it on my HTPC and it works for me. Not work Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 11, 2017 Author Share Posted January 11, 2017 4 hours ago, DOS76 said: You can try using the LilyPad driver from PCSX2 it has a checkbox to disable the confirm it works in eSPXe but I read there maybe issues with dual controls but I've didn't test to see if I had those issues. WORK PERFECT !!! Thank You !! Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 11, 2017 Author Share Posted January 11, 2017 Wait ... Work only when you http://imgur.com/a/nG0oz It works only just started the game when there playstatio the logo, but once the game is loaded, this function does not work anymore I use Xbox One Gamepad Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 11, 2017 Share Posted January 11, 2017 I'm not sure maybe an issue with the controller I have 360 controller and haven't used eSPXe in quite some time. Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 11, 2017 Author Share Posted January 11, 2017 [emoji58]Inviato dal mio XT1092 utilizzando Tapatalk Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 11, 2017 Share Posted January 11, 2017 What is RA PS1 to heavy on your PC? Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 11, 2017 Author Share Posted January 11, 2017 No no , I love retroarch and work amazing for all emulator, but I was not able to run the core with PS1. Maybe because I have not guessed the Bios folder (i put bios in System ) or have the files in a version compatible for retroarch and I should convert Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted January 11, 2017 Share Posted January 11, 2017 Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 12, 2017 Author Share Posted January 12, 2017 13 hours ago, SentaiBrad said: 301/5000 I have tried every solution, but does not seem to work. Brad, you would not have a written guide Step by Step only retroarch with Playstation? In the video at some point I get confused, you see that you also selectSuper Nes, then use epsxe. I am not clear so (I do not understand the 'spoken English) . Normally with retroarch I have no problem, I know well enough to use. Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 12, 2017 Author Share Posted January 12, 2017 WAIT !!! I Missed .cue file , i think this is a retroarck problem Iso buster !! Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 12, 2017 Author Share Posted January 12, 2017 And WORK !!!! Thank YOU !! Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted January 12, 2017 Share Posted January 12, 2017 You're welcome! Yea, PS1 games require a .cue sheet unless you compress them in to PBP's. Quote Link to comment Share on other sites More sharing options...
AnAnarchist Posted January 21, 2017 Share Posted January 21, 2017 On 11/01/2017 at 9:08 AM, lordmonkus said: Put this in the Auto Hotkey Script tab of your ePSXe emulator config in Launchbox: $Esc:: { Process, Close, {{{StartupEXE}}} } I am taking no credit for this one, this was posted by a user here on the forums and I use it on my HTPC and it works for me. I've just had the same issue as OP and this solved it for me. I tried the lilypad solution and it wasn't making any difference to the problem but the AHK script works great. I ended up using lilypad for the input plugin anyways so that wasn't a waste of time either Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 22, 2017 Author Share Posted January 22, 2017 10 hours ago, AnAnarchist said: I've just had the same issue as OP and this solved it for me. I tried the lilypad solution and it wasn't making any difference to the problem but the AHK script works great. I ended up using lilypad for the input plugin anyways so that wasn't a waste of time either But this script must be copied and pasted exactly as well as you lined up? Quote Link to comment Share on other sites More sharing options...
shadoweez Posted May 10, 2017 Share Posted May 10, 2017 $Esc::{ Process, Close, {{{StartupEXE}}}} thank you.this works for me. Quote Link to comment Share on other sites More sharing options...
tacos912 Posted May 12, 2017 Share Posted May 12, 2017 This is how I fixed it: In Launchbox go to Tools->Manage Emulators. Click edit on your ePSXe. Put this in the AutoHotKey Script: ; This section closes EPSXE when pressing alt+f4(the auto close for controller) $!f4:: { Process, Close, {{{StartupEXE}}} } The automation close via controller calls ALT+F4 on the keyboard to close the emu. So by using an AutoHotKey Script to close the application on ALT+F4 it solves the problem. This should work with any other emulators that experience this issue(epsxe is the only one I found) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.