fixed bug: instantat action not working anymore for Genesis and sms

This commit is contained in:
Vincent-FK 2020-11-02 00:10:28 +01:00
parent ac5656f970
commit 0b3a19e733
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ fi
killall -s USR1 pcsx > /dev/null 2>&1 killall -s USR1 pcsx > /dev/null 2>&1
# Send signal to all other emulators # Send signal to all other emulators
killall -s USR1 gpsp psnes sdlgnuboy PicoDriveBin mednafen fceux > /dev/null 2>&1 killall -s USR1 gpsp psnes sdlgnuboy PicoDrive mednafen fceux > /dev/null 2>&1
# Send signal to launcher # Send signal to launcher
killall -s USR1 retrofe > /dev/null 2>&1 killall -s USR1 retrofe > /dev/null 2>&1