xemu doesn't seem to exit cleanly when requested, this works around that until it can be properly resolved.
This commit is contained in:
parent
acdec8ec4f
commit
3bb6cd1d23
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue