From f042275dbf2e268958f52e7f5417462b1e8a744c Mon Sep 17 00:00:00 2001 From: pcm720 Date: Sun, 26 Feb 2017 17:09:14 +0300 Subject: Use snes9x2005 instead of snes9x2010 (savestate bug) --- README.md | 4 ++-- core_modules/snes9x2005.hmod/bin/snes | 2 ++ .../etc/libretro/core/snes9x2005_libretro.so | Bin 0 -> 665849 bytes .../etc/libretro/info/snes9x2005_libretro.info | 12 ++++++++++++ core_modules/snes9x2005.hmod/install | 4 ++++ core_modules/snes9x2005.hmod/readme.txt | 13 +++++++++++++ core_modules/snes9x2010.hmod/bin/snes | 2 -- .../etc/libretro/core/snes9x2010_libretro.so | Bin 1482148 -> 0 bytes .../etc/libretro/info/snes9x2010_libretro.info | 12 ------------ core_modules/snes9x2010.hmod/install | 4 ---- core_modules/snes9x2010.hmod/readme.txt | 13 ------------- 11 files changed, 33 insertions(+), 33 deletions(-) create mode 100755 core_modules/snes9x2005.hmod/bin/snes create mode 100755 core_modules/snes9x2005.hmod/etc/libretro/core/snes9x2005_libretro.so create mode 100644 core_modules/snes9x2005.hmod/etc/libretro/info/snes9x2005_libretro.info create mode 100644 core_modules/snes9x2005.hmod/install create mode 100644 core_modules/snes9x2005.hmod/readme.txt delete mode 100755 core_modules/snes9x2010.hmod/bin/snes delete mode 100644 core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so delete mode 100644 core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info delete mode 100644 core_modules/snes9x2010.hmod/install delete mode 100644 core_modules/snes9x2010.hmod/readme.txt diff --git a/README.md b/README.md index be4f487..3486b69 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It can also run games for other consoles. This pack already contains the followi - nestopia (Famicom/Nintendo Entertainment System, Famicom Disk System) The following cores are available as additional modules (in core_modules folder): -- snes9x2010 (Super Famicom/Super Nintendo) +- snes9x2005 (Super Famicom/Super Nintendo) - gambatte_libretro (Game Boy, Game Boy Color) - mgba (Game Boy Advance) - genesis_plus_gx (Sega Master System, Genesis/Mega Drive, Game Gear) @@ -67,7 +67,7 @@ Executables and arguments for all available cores: - /bin/32x runs "picodrive" core - /bin/snes - runs "snes9x2010" core + runs "snes9x2005" core - /bin/n64 runs "glupen64" core - /bin/a26 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 Binary files /dev/null and b/core_modules/snes9x2005.hmod/etc/libretro/core/snes9x2005_libretro.so differ diff --git a/core_modules/snes9x2005.hmod/etc/libretro/info/snes9x2005_libretro.info b/core_modules/snes9x2005.hmod/etc/libretro/info/snes9x2005_libretro.info new file mode 100644 index 0000000..0fc469b --- /dev/null +++ b/core_modules/snes9x2005.hmod/etc/libretro/info/snes9x2005_libretro.info @@ -0,0 +1,12 @@ +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 = "v1.36" +supports_no_game = "false" diff --git a/core_modules/snes9x2005.hmod/install b/core_modules/snes9x2005.hmod/install new file mode 100644 index 0000000..6e0a007 --- /dev/null +++ b/core_modules/snes9x2005.hmod/install @@ -0,0 +1,4 @@ +transfer_default +chmod +x $rootfs/bin/* +chmod +x $rootfs/usr/bin/* +return 1 diff --git a/core_modules/snes9x2005.hmod/readme.txt b/core_modules/snes9x2005.hmod/readme.txt new file mode 100644 index 0000000..061c89c --- /dev/null +++ b/core_modules/snes9x2005.hmod/readme.txt @@ -0,0 +1,13 @@ +=== SNES9x2005 core for RetroArch === + +This module will add support for Super Famicom / Super Nintendo games to RetroArch + +Available executables and arguments: +- /bin/snes + runs "snes9x2005" core + +Core by libretro +Module by pcm +Hakchi module system by madmonkey +NES Mini shell integration by Cluster +(c) 2016-2017 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 Binary files a/core_modules/snes9x2010.hmod/etc/libretro/core/snes9x2010_libretro.so and /dev/null 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 deleted file mode 100644 index ecf195b..0000000 --- a/core_modules/snes9x2010.hmod/etc/libretro/info/snes9x2010_libretro.info +++ /dev/null @@ -1,12 +0,0 @@ -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 deleted file mode 100644 index 6e0a007..0000000 --- a/core_modules/snes9x2010.hmod/install +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index 6b0d277..0000000 --- a/core_modules/snes9x2010.hmod/readme.txt +++ /dev/null @@ -1,13 +0,0 @@ -=== SNES9x2010 core for RetroArch === - -This module will add support for Super Famicom / Super Nintendo games to RetroArch - -Available executables and arguments: -- /bin/snes - 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 -- cgit v1.2.3