Takeout Posted August 23, 2018 Share Posted August 23, 2018 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? Quote Link to comment Share on other sites More sharing options...
CDBlue Posted August 24, 2018 Share Posted August 24, 2018 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. Quote Link to comment Share on other sites More sharing options...
neil9000 Posted August 25, 2018 Share Posted August 25, 2018 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. 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.