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:
parent
884c3c0abd
commit
fe83afe49b
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
RETROFE_VERSION = 10fcd1bcc7d0a9faa5278b004fd21be89513b564
|
||||
RETROFE_VERSION = 8be69e74fdb623e3d900010e4d26500b4f28658e
|
||||
RETROFE_SITE_METHOD = git
|
||||
#RETROFE_SITE = ssh://git@github.com/FunKey-Project/FunKey-Launcher-retrofe.git
|
||||
RETROFE_SITE = ssh://git@fk/FunKey-Project/FunKey-Launcher-retrofe.git
|
||||
|
|
Loading…
Reference in New Issue