gmenu2x new version to perform a clean poweroff whan the console closes

This commit is contained in:
Vincent-FK 2020-12-15 15:40:52 +01:00
parent 124ec1ffad
commit b50de3f689
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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