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:
authorpcm720 <pcm720@gmail.com>2017-03-29 19:21:45 +0300
committerpcm720 <pcm720@gmail.com>2017-03-29 19:21:45 +0300
commit6facc6b0181c9f2387e5c4dff82de5771518d720 (patch)
tree3e5ce1fa92dead0e365b05d643489d65dfcb284f /core_modules/glupen64.hmod
parenteb04f1e2f06ed328ffc3b3299954fd668d7f63f0 (diff)
Removed SNES9x2005 and added SNES9x2010
Diffstat (limited to 'core_modules/glupen64.hmod')
-rwxr-xr-xcore_modules/glupen64.hmod/bin/n64g2
-rw-r--r--core_modules/glupen64.hmod/readme.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/core_modules/glupen64.hmod/bin/n64g b/core_modules/glupen64.hmod/bin/n64g
new file mode 100755
index 0000000..374d455
--- /dev/null
+++ b/core_modules/glupen64.hmod/bin/n64g
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover glupen64 "$@" --ra-nosaves
diff --git a/core_modules/glupen64.hmod/readme.txt b/core_modules/glupen64.hmod/readme.txt
index 27bbe9b..33a68b9 100644
--- a/core_modules/glupen64.hmod/readme.txt
+++ b/core_modules/glupen64.hmod/readme.txt
@@ -5,6 +5,8 @@ This module will add support for Nintendo 64 games to RetroArch
Available executables and arguments:
- /bin/n64 <rom> <clover_args>
runs "glupen64" core
+- /bin/n64g <rom> <clover_args>
+ runs "glupen64" core
Core by libretro
Module by pcm