Jrami223 Posted October 6, 2021 Share Posted October 6, 2021 So I have Nintendo switch Wii U and for some reason it doesn't exit when I'm done playing is there a way to exit and go back to Big box.... I always got to minimize the screen and then hit x to go back to big box if there's a video tutorial please add the link I can't figure it out Quote Link to comment Share on other sites More sharing options...
Your Friendly A.I Overlord Posted October 6, 2021 Share Posted October 6, 2021 5 hours ago, Jrami223 said: So I have Nintendo switch Wii U and for some reason it doesn't exit when I'm done playing is there a way to exit and go back to Big box 1. Check your emulators if they don't run with Admin Rights. Right click the emulator's .exe > untick "Run as Administrator". 2. In BigBox > Options > Controller Mappings: enter a button (combo) in "Close the Active Window". 3. In LaunchBox > Tools > Manage Emulators > [your emulator] > Running AutoHotKey Script, enter: $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
Jrami223 Posted October 6, 2021 Author Share Posted October 6, 2021 (edited) Okay so what button do i use to set it do i have to make an esc key on my button layout? Edited October 6, 2021 by Jrami223 Quote Link to comment Share on other sites More sharing options...
Your Friendly A.I Overlord Posted October 6, 2021 Share Posted October 6, 2021 (edited) If you use a keyboard, use "Keyboard Automation" and set to Escape. If you use a controller, you can use any button or button combination you like. I have mine set to the Xbox Guide button + Start. Edited October 6, 2021 by Koroth Quote Link to comment Share on other sites More sharing options...
robertmoyses Posted August 10 Share Posted August 10 Hello, I attempted this but I can not see it working for me. Any help would be appreciated. I would like the Xbox guide button plus start to exit the emulator back to Launchbox. Here is the script I pasted. ; No custom exit script is necessary for RetroArch ; since it already uses the Escape key by default ;Xbox Guide button + Start $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
skizzosjt Posted August 10 Share Posted August 10 1 hour ago, robertmoyses said: Hello, I attempted this but I can not see it working for me. Any help would be appreciated. I would like the Xbox guide button plus start to exit the emulator back to Launchbox. Here is the script I pasted. ; No custom exit script is necessary for RetroArch ; since it already uses the Escape key by default ;Xbox Guide button + Start $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } The one liner here is closing the active window when the Escape key is pressed. The script you have doesn't do what you think it does, the Guide button and Start button are not being told to do anything here. But, there is a much simpler way built right into the frontend! You should instead be doing this through LaunchBox. Go into Tools > Options > Game Controllers > Mappings and simply change the hotkey to what you want. In this case you want the Guide button and Start button (mine is showing the View button and Start button) In LaunchBox it will be called "Exit Game" 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.