![]() |
|
Make the Dolphin menu close after exiting the game (Emulation Station) - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Make the Dolphin menu close after exiting the game (Emulation Station) (/Thread-make-the-dolphin-menu-close-after-exiting-the-game-emulation-station) |
Make the Dolphin menu close after exiting the game (Emulation Station) - Azure - 11-15-2015 In the past, when I hit ESC to exit the game, the Dolphin program would also close as well as the game. Now that is no longer the case, and I need to close out of Dolphin after exiting the game. I would like it to work like it used to. My reason is that I am using Dolphin with Emulation Station, and when the Dolphin program closes out, it triggers Emulation Station menu to reopen. So having it close out automatically is much more convenient when away from the mouse. In case it's important, here is my config for Emulation Station for Dolphin. I'm using Dolphin 4.0-8143 on Windows 10 x64. Code: <!-- A short name, used internally. Traditionally lower-case. -->RE: Make the Dolphin menu close after exiting the game (Emulation Station) - Neui - 11-15-2015 Look at the help of dolphin. It is the -b switch you are searching for. (eg. C:\Software\Dolphin\dolphin.exe -b -e "%ROM_RAW%") RE: Make the Dolphin menu close after exiting the game (Emulation Station) - Azure - 11-16-2015 (11-15-2015, 06:07 PM)Neui Wrote: Look at the help of dolphin. It is the -b switch you are searching for. Thanks so much! This was the solution. |