mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 10:22:46 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user