From 62e625ecc8fc680d3143886afbb745534062e91a Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sat, 4 Feb 2017 22:47:28 +0000 Subject: games/libretro-reicast: Updated for version 2017.01.26_148638c6. Signed-off-by: David Spencer --- games/libretro-reicast/README | 9 +++++++++ games/libretro-reicast/libretro-reicast.SlackBuild | 4 ++-- games/libretro-reicast/libretro-reicast.info | 6 +++--- 3 files changed, 14 insertions(+), 5 deletions(-) (limited to 'games/libretro-reicast') 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" -- cgit v1.2.3