Emulator Issues #8919
closedCLI switch for turning off "Confirm on Stop"
0%
Description
I'm setting up some custom shortcuts in Steam to autoboot games in Big Picture mode, and I'm using -e and -b but I'd love a switch to turn off Confirm on Stop so that when I press Esc, Dolphin closes without asking me.
Helios747 told me to file an issue for it, so I did. He also mentioned that the download for Windows should compile the no-gui binary.
Thanks guys!
Updated by Helios about 9 years ago
I wondered why we didn't compile the no-gui binary until somebody told me it's because the Linux build probably builds with different libs.
Anyways, this would be a very nice thing for htpc and BPM users.
Updated by Helios about 9 years ago
Apparently I misunderstood what he wanted. Apparently he wants a switch that temporarily overrides whatever "confirm on stop" is currently set to, to false. I'm not sure if there's a big need for this. The user can simply turn off "confirm on stop" on the config UI. However, I get that Dolphin does funny things with Background Input enabled and lots of people have that enabled, so I dunno. Could be nice. I can work on this if others feel it's a good idea.
Updated by Helios about 9 years ago
Fixed with this PR build: http://dl.dolphin-emu.org/prs/pr-2992-dolphin-latest-x64.7z
Updated by delroth about 9 years ago
- Status changed from New to Fix pending
- Assignee set to Helios
Updated by Helios about 9 years ago
Fixed properly with this PR: http://dl.dolphin-emu.org/prs/pr-2994-dolphin-latest-x64.7z
This is a better fix as it allows the user to set it on or off. The way our config system works, setting any switch that overrides user settings writes that to config on close, so adding both options lets users hack around that.