From 4fb0335ef7d404c6cc30cafbe005f406445398d9 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Thu, 12 Oct 2017 11:04:15 +0300 Subject: Release 1.0 --- core_modules/snes9x2010.hmod/bin/snes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core_modules') 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 -- cgit v1.2.3