Skip to content

Commit

Permalink
Adjusted save removal timings for mGBA core (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm720 committed Mar 5, 2017
1 parent feb066a commit 24b50d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retroarch.hmod/bin/retroarch-clover
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tm=0
retroarch -c "$HOME/retroarch.cfg" -vfL "$core" "$rom" $extra &
rpid=$!
trap "kill $rpid" SIGTERM
sleep 2
sleep 5
rm -f /var/cache/*.state /var/cache/*.auto /var/cache/*.srm /var/cache/*.sav

# Playing games until reset pressed
Expand Down

0 comments on commit 24b50d6

Please sign in to comment.