gmenu2x new version to perform a clean poweroff whan the console closes
This commit is contained in:
parent
a514d86f45
commit
005f2e92a4
|
@ -17,7 +17,7 @@ killall -s USR1 pcsx > /dev/null 2>&1
|
|||
# Send signal to all other emulators
|
||||
killall -s USR1 gpsp psnes sdlgnuboy PicoDrive mednafen fceux > /dev/null 2>&1
|
||||
|
||||
# Send signal to launcher
|
||||
killall -s USR1 retrofe > /dev/null 2>&1
|
||||
# Send signal to launchers
|
||||
killall -s USR1 retrofe gmenu2x > /dev/null 2>&1
|
||||
|
||||
exit 0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# gmenu2x
|
||||
#
|
||||
#############################################################
|
||||
GMENU2X_VERSION = 7032045
|
||||
GMENU2X_VERSION = 4220f3a
|
||||
GMENU2X_SITE_METHOD = git
|
||||
GMENU2X_SITE = https://github.com/FunKey-Project/gmenu2x.git
|
||||
GMENU2X_LICENSE = GPL-2.0
|
||||
|
|
Loading…
Reference in New Issue