Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Adjusted save removal timings for mGBA core (ClusterM#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm720 committed Mar 5, 2017
1 parent 9e6238d commit 08bf95e
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 08bf95e

Please sign in to comment.