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-02-26 17:09:14 +0300
committerpcm720 <pcm720@gmail.com>2017-02-26 17:09:14 +0300
commitf042275dbf2e268958f52e7f5417462b1e8a744c (patch)
tree7b0ce8b24e537d1144533c92affe1054a77f7cc4 /core_modules
parent5fb3c6ccc898c31912176c26e47e1ca524e80fe3 (diff)
Use snes9x2005 instead of snes9x2010 (savestate bug)0.4.1
Diffstat (limited to 'core_modules')
-rwxr-xr-xcore_modules/snes9x2005.hmod/bin/snes2
-rwxr-xr-xcore_modules/snes9x2005.hmod/etc/libretro/core/snes9x2005_libretro.sobin0 -> 665849 bytes
-rw-r--r--core_modules/snes9x2005.hmod/etc/libretro/info/snes9x2005_libretro.info (renamed from core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info)10
-rw-r--r--core_modules/snes9x2005.hmod/install (renamed from core_modules/snes9x2010.hmod/install)0
-rw-r--r--core_modules/snes9x2005.hmod/readme.txt (renamed from core_modules/snes9x2010.hmod/readme.txt)6
-rwxr-xr-xcore_modules/snes9x2010.hmod/bin/snes2
-rw-r--r--core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.sobin1482148 -> 0 bytes
7 files changed, 10 insertions, 10 deletions
diff --git a/core_modules/snes9x2005.hmod/bin/snes b/core_modules/snes9x2005.hmod/bin/snes
new file mode 100755
index 0000000..f35fbb7
--- /dev/null
+++ b/core_modules/snes9x2005.hmod/bin/snes
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover snes9x2005 "$@"
diff --git a/core_modules/snes9x2005.hmod/etc/libretro/core/snes9x2005_libretro.so b/core_modules/snes9x2005.hmod/etc/libretro/core/snes9x2005_libretro.so
new file mode 100755
index 0000000..d0eb96e
--- /dev/null
+++ b/core_modules/snes9x2005.hmod/etc/libretro/core/snes9x2005_libretro.so
Binary files differ
diff --git a/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info b/core_modules/snes9x2005.hmod/etc/libretro/info/snes9x2005_libretro.info
index ecf195b..0fc469b 100644
--- a/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info
+++ b/core_modules/snes9x2005.hmod/etc/libretro/info/snes9x2005_libretro.info
@@ -1,12 +1,12 @@
-display_name = "SNES / Super Famicom (Snes9x2010)"
-authors = "Snes9x Team"
-supported_extensions = "smc|sfc|swc|fig"
-corename = "Snes9x"
+display_name = "SNES / Super Famicom (Snes9x 2005)"
+authors = "Snes9x Team|dking|BassAceGold|ShadauxCat|Nebuleon"
+supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc"
+corename = "Snes9x 2005"
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"
+display_version = "v1.36"
supports_no_game = "false"
diff --git a/core_modules/snes9x2010.hmod/install b/core_modules/snes9x2005.hmod/install
index 6e0a007..6e0a007 100644
--- a/core_modules/snes9x2010.hmod/install
+++ b/core_modules/snes9x2005.hmod/install
diff --git a/core_modules/snes9x2010.hmod/readme.txt b/core_modules/snes9x2005.hmod/readme.txt
index 6b0d277..061c89c 100644
--- a/core_modules/snes9x2010.hmod/readme.txt
+++ b/core_modules/snes9x2005.hmod/readme.txt
@@ -1,12 +1,12 @@
-=== SNES9x2010 core for RetroArch ===
+=== SNES9x2005 core for RetroArch ===
This module will add support for Super Famicom / Super Nintendo games to RetroArch
Available executables and arguments:
- /bin/snes <rom> <clover_args>
- runs "snes9x2010" core
+ runs "snes9x2005" core
-Core by libretro (Lakka for Raspberry Pi 2/3)
+Core by libretro
Module by pcm
Hakchi module system by madmonkey
NES Mini shell integration by Cluster
diff --git a/core_modules/snes9x2010.hmod/bin/snes b/core_modules/snes9x2010.hmod/bin/snes
deleted file mode 100755
index 215b4ab..0000000
--- a/core_modules/snes9x2010.hmod/bin/snes
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/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
deleted file mode 100644
index 968dc02..0000000
--- a/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so
+++ /dev/null
Binary files differ