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
committed by Michel-FK
parent a514d86f45
commit 005f2e92a4
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