xemu doesn't seem to exit cleanly when requested, this works around that until it can be properly resolved.

This commit is contained in:
fewtarius 2023-07-31 10:39:22 +00:00
parent acdec8ec4f
commit 3bb6cd1d23
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -39,3 +39,6 @@ fi
CONFIG=/storage/.config/xemu/xemu.toml
@APPIMAGE@ -full-screen -config_path $CONFIG -dvd_path "${1}"
#Workaround until we can learn why it doesn't exit cleanly when asked.
killall -9 xemu-sa