summaryrefslogtreecommitdiffstats
path: root/games/libretro-reicast
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-02-04 22:47:28 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:22 +0700
commit62e625ecc8fc680d3143886afbb745534062e91a (patch)
tree85f6a7d4cdbdf1c6542f50ea013b692fcf2cd82d /games/libretro-reicast
parent44cbc4a7e6be8b7e98513a5ef1ffb79ecc5bf96d (diff)
downloadslackbuilds-62e625ecc8fc680d3143886afbb745534062e91a.tar.gz
slackbuilds-62e625ecc8fc680d3143886afbb745534062e91a.tar.xz
games/libretro-reicast: Updated for version 2017.01.26_148638c6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-reicast')
-rw-r--r--games/libretro-reicast/README9
-rw-r--r--games/libretro-reicast/libretro-reicast.SlackBuild4
-rw-r--r--games/libretro-reicast/libretro-reicast.info6
3 files changed, 14 insertions, 5 deletions
diff --git a/games/libretro-reicast/README b/games/libretro-reicast/README
index cede87860e..82ad1127f8 100644
--- a/games/libretro-reicast/README
+++ b/games/libretro-reicast/README
@@ -6,5 +6,14 @@ The Dreamcast BIOS files are required to run Reicast.
* dc/dc_boot.bin
* dc/dc_flash.bin
+Due to a bug in Reicast, emulated memory cards will not save by default.
+You can use the following workround:
+ 1. Start a game with libretro-reicast.
+ 2. Open the core options, they can be found in the RetroArch quick menu.
+ 3. Enable 'Boot to BIOS (restart)', then close and restart the emulator.
+ 4. In the Dreamcast bios menu, select 'File' and reformat the memory card.
+ 5. Open the core options again and disable 'Boot to BIOS (restart)'.
+ 6. Now close and restart Reicast to enjoy a working memory card.
+
To build the debugging symbols use:
DEBUG=1 ./libretro-reicast.SlackBuild
diff --git a/games/libretro-reicast/libretro-reicast.SlackBuild b/games/libretro-reicast/libretro-reicast.SlackBuild
index fc61553219..d56a4bd903 100644
--- a/games/libretro-reicast/libretro-reicast.SlackBuild
+++ b/games/libretro-reicast/libretro-reicast.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=libretro-reicast
LIBNAM=reicast_libretro
-VERSION=${VERSION:-2016.12.04_ed47c72}
+VERSION=${VERSION:-2017.01.26_148638c6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ make DEBUG=$DEBUG
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
-if [ "${DEBUG:-0}" = "0" ]; then
+if [ "$DEBUG" = "0" ]; then
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
fi
diff --git a/games/libretro-reicast/libretro-reicast.info b/games/libretro-reicast/libretro-reicast.info
index bc58644f00..79bcbd6db3 100644
--- a/games/libretro-reicast/libretro-reicast.info
+++ b/games/libretro-reicast/libretro-reicast.info
@@ -1,8 +1,8 @@
PRGNAM="libretro-reicast"
-VERSION="2016.12.04_ed47c72"
+VERSION="2017.01.26_148638c6"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-reicast-2016.12.04_ed47c72.tar.xz"
-MD5SUM="cd316bf89bfa6fe2e37b40049993bcc9"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-reicast-2017.01.26_148638c6.tar.xz"
+MD5SUM="9a66896ab3bbf9e1a80cce026f0a538b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"