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/snes9x2010.hmod
parenteb04f1e2f06ed328ffc3b3299954fd668d7f63f0 (diff)
Removed SNES9x2005 and added SNES9x2010
Diffstat (limited to 'core_modules/snes9x2010.hmod')
-rwxr-xr-xcore_modules/snes9x2010.hmod/bin/snes2
-rwxr-xr-xcore_modules/snes9x2010.hmod/bin/snes102
-rw-r--r--core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.sobin0 -> 1482148 bytes
-rw-r--r--core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info12
-rw-r--r--core_modules/snes9x2010.hmod/install4
-rw-r--r--core_modules/snes9x2010.hmod/readme.txt16
6 files changed, 36 insertions, 0 deletions
diff --git a/core_modules/snes9x2010.hmod/bin/snes b/core_modules/snes9x2010.hmod/bin/snes
new file mode 100755
index 0000000..215b4ab
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/bin/snes
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover snes9x2010 "$@"
diff --git a/core_modules/snes9x2010.hmod/bin/snes10 b/core_modules/snes9x2010.hmod/bin/snes10
new file mode 100755
index 0000000..215b4ab
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/bin/snes10
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover snes9x2010 "$@"
diff --git a/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so b/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so
new file mode 100644
index 0000000..968dc02
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so
Binary files differ
diff --git a/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info b/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info
new file mode 100644
index 0000000..ecf195b
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info
@@ -0,0 +1,12 @@
+display_name = "SNES / Super Famicom (Snes9x2010)"
+authors = "Snes9x Team"
+supported_extensions = "smc|sfc|swc|fig"
+corename = "Snes9x"
+manufacturer = "Nintendo"
+categories = "Emulator"
+systemname = "Super Nintendo Entertainment System"
+database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Sufami Turbo"
+license = "Non-commercial"
+permissions = ""
+display_version = "1.53"
+supports_no_game = "false"
diff --git a/core_modules/snes9x2010.hmod/install b/core_modules/snes9x2010.hmod/install
new file mode 100644
index 0000000..6e0a007
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/install
@@ -0,0 +1,4 @@
+transfer_default
+chmod +x $rootfs/bin/*
+chmod +x $rootfs/usr/bin/*
+return 1
diff --git a/core_modules/snes9x2010.hmod/readme.txt b/core_modules/snes9x2010.hmod/readme.txt
new file mode 100644
index 0000000..c5de846
--- /dev/null
+++ b/core_modules/snes9x2010.hmod/readme.txt
@@ -0,0 +1,16 @@
+=== SNES9x2010 core for RetroArch ===
+
+This module will add support for Super Famicom / Super Nintendo games to RetroArch
+Due to some bug in the core savestates do not work properly.
+
+Available executables and arguments:
+- /bin/snes <rom> <clover_args>
+ runs "snes9x2010" core
+- /bin/snes10 <rom> <clover_args>
+ runs "snes9x2010" core
+
+Core by libretro (Lakka for Raspberry Pi 2/3)
+Module by pcm
+Hakchi module system by madmonkey
+NES Mini shell integration by Cluster
+(c) 2016-2017