new version of Retrofe catching USR1 signals to shutdown faster and script signal_usr1_to_emulators now also sending signal to retrofe

This commit is contained in:
Vincent-FK
2020-10-28 08:47:58 +01:00
parent 884c3c0abd
commit fe83afe49b
2 changed files with 4 additions and 1 deletions

View File

@@ -17,4 +17,7 @@ killall -s USR1 pcsx > /dev/null 2>&1
# Send signal to all other emulators
killall -s USR1 gpsp psnes sdlgnuboy PicoDriveBin mednafen > /dev/null 2>&1
# Send signal to launcher
killall -s USR1 retrofe > /dev/null 2>&1
exit 0