Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

hi got dolphin to exit in big box with my xbox 360 controller but the dolphin window stays open and I cant touch bigbox until this goes anyone know of any workarounds or key setups to make dolphin close when I exit a game?

Posted

Hmm, I have no issues with exiting Dolphin in my setup.  Not sure if it matters or not, but do you have the -b -e in the Default Command-Line Paramaters section?  Also, I use the generic exist AHK script for Dolphin:

; This section closes emulator when pressing Escape
$Esc::
{
    Process, Close, {{{StartupEXE}}}
}

I use controller automation and have the hold button setup for select, and then the close active window set to my B button on my controller.

The above works for me in LB and BB to close Dolphin and no window remains for me.

Note: In Dolphin under Config / Interface, make sure you have unchecked Keep Window on Top as well as Confirm on Stop.  Both of those might be causing the close script to not close out Dolphin properly.

Hope this helps.

Posted
43 minutes ago, CDBlue said:

Hmm, I have no issues with exiting Dolphin in my setup.  Not sure if it matters or not, but do you have the -b -e in the Default Command-Line Paramaters section?  Also, I use the generic exist AHK script for Dolphin:

; This section closes emulator when pressing Escape
$Esc::
{
    Process, Close, {{{StartupEXE}}}
}

I use controller automation and have the hold button setup for select, and then the close active window set to my B button on my controller.

The above works for me in LB and BB to close Dolphin and no window remains for me.

Note: In Dolphin under Config / Interface, make sure you have unchecked Keep Window on Top as well as Confirm on Stop.  Both of those might be causing the close script to not close out Dolphin properly.

Hope this helps.

There is a option in the Dolphin UI to "confirm on exit" uncheck that.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...