mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-26 22:09:23 -06:00
This is the same as PR #3991, but for MainNoGUI. nogui/headless will shut down cleanly on SIGINT and SIGTERM, just like it would when closing the render window. The default signal handler will be restored after a first shutdown signal so a second signal will exit Dolphin forcefully.