diff --git a/core_modules/snes9x.hmod/readme.txt b/core_modules/snes9x.hmod/readme.txt index bf2322a..8d3d2a7 100644 --- a/core_modules/snes9x.hmod/readme.txt +++ b/core_modules/snes9x.hmod/readme.txt @@ -4,7 +4,7 @@ This module will add support for Super Famicom / Super Nintendo games to RetroAr Due to some bug in the core savestates do not work properly. Available executables and arguments: -- /bin/snes +- /bin/snes9x runs "snes9x" core For SNES Classic Mini users: diff --git a/core_modules/snes9x2010.hmod/readme.txt b/core_modules/snes9x2010.hmod/readme.txt index 55f3c10..fcee30c 100644 --- a/core_modules/snes9x2010.hmod/readme.txt +++ b/core_modules/snes9x2010.hmod/readme.txt @@ -6,6 +6,8 @@ Due to some bug in the core savestates do not work properly. Available executables and arguments: - /bin/snes runs "snes9x2010" core +- /bin/snes9x2010 + runs "snes9x2010" core too For SNES Classic Mini users: please note that you can also add "--retroarch" argument to "clover-canoe-shvc" to use RetroArch instead of original emulator. Use it for problem games. 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.