cemu-project / Cemu

Cemu - Wii U emulator
https://cemu.info
Mozilla Public License 2.0
7.21k stars 586 forks source link

Linux: Exit on SIGTERM #1116

Closed goeiecool9999 closed 6 months ago

goeiecool9999 commented 6 months ago

Addresses one concern of #1013 The issue also points out that linux (or at least utilities like killall) look(s) at the thread name and not the executable name. We could change the name of the main thread to something cemu on linux. Which seems sensible because threads that don't set their name inherit the name of the thread that created them. So many Cemu threads are now called MainThread, which also isn't very helpful. But that's for another PR I think.

Exzap commented 6 months ago

Changing main thread name to cemu sounds good to me