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:
Diffstat (limited to 'core_modules/snes9x2010.hmod/bin/snes')
-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