Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-12 11:04:15 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-12 11:04:15 +0300
commit4fb0335ef7d404c6cc30cafbe005f406445398d9 (patch)
tree4e380d290488cbfe3b5491577dd9b9fa010c53ac /core_modules
parentee820bb28a73f3c08f9514e80d09c1c4dc08f885 (diff)
Release 1.01.0b
Diffstat (limited to 'core_modules')
-rwxr-xr-xcore_modules/snes9x2010.hmod/bin/snes2
1 files changed, 2 insertions, 0 deletions
diff --git a/core_modules/snes9x2010.hmod/bin/snes b/core_modules/snes9x2010.hmod/bin/snes
index f0ff36f..1fae5d9 100755
--- a/core_modules/snes9x2010.hmod/bin/snes
+++ b/core_modules/snes9x2010.hmod/bin/snes
@@ -16,6 +16,8 @@ filebase=$(basename "$filename")
extension="${filebase##*.}"
if [ "$extension" == "sfrom" ]; then
mkdir -p $tmppath
+ rm -f $tmppath/*.7z
+ rm -f $tmppath/*.bin
dd if="$filename" of="$tmppath/$filebase.bin" bs=48 skip=1
filename=$tmppath/$filebase.bin
fi