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>2018-02-28 02:28:48 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-28 02:28:48 +0300
commit5567751865f019e117574ba9649e1843b14a445e (patch)
tree39b44366761031bc6447a7db25e247e6411de074 /retroarch.hmod
parent771ab8e6980a2b561d1cd5455ffc6d89cda525e0 (diff)
Hotfix for ROMs with problem symbols1.1c
Diffstat (limited to 'retroarch.hmod')
-rwxr-xr-xretroarch.hmod/bin/retroarch-clover2
-rw-r--r--retroarch.hmod/readme.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/retroarch.hmod/bin/retroarch-clover b/retroarch.hmod/bin/retroarch-clover
index a00c6a7..d7b6c6c 100755
--- a/retroarch.hmod/bin/retroarch-clover
+++ b/retroarch.hmod/bin/retroarch-clover
@@ -8,7 +8,7 @@ rom=$2
shift 2
if [ -f "/bin/remote-exec" ]; then
- echo retroarch-clover-child "$core" "$rom" $@ > /var/exec.flag
+ echo retroarch-clover-child \"$core\" \"$rom\" $@ > /var/exec.flag
else
exec retroarch-clover-child "$core" "$rom" $@
fi
diff --git a/retroarch.hmod/readme.txt b/retroarch.hmod/readme.txt
index de6100c..d943638 100644
--- a/retroarch.hmod/readme.txt
+++ b/retroarch.hmod/readme.txt
@@ -1,5 +1,5 @@
=== RetroArch module for hakchi ===
-version 1.1b
+version 1.1c
This is a hakchi/hakchi2 module which adds libretro cores and RetroArch frontend to your NES/SNES Mini.