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/snes3
1 files changed, 3 insertions, 0 deletions
diff --git a/core_modules/snes9x2010.hmod/bin/snes b/core_modules/snes9x2010.hmod/bin/snes
index 1fae5d9..87b242b 100755
--- a/core_modules/snes9x2010.hmod/bin/snes
+++ b/core_modules/snes9x2010.hmod/bin/snes
@@ -10,6 +10,9 @@ if [ "$extension" == "7z" ]; then
cd $tmppath
tiny7zx x $filename
filename=$tmppath/$(ls)
+ filename_str=${filename// /_}
+ mv "$filename" "$filename_str"
+ filename=$filename_str
fi
filebase=$(basename "$filename")