On Thu, Mar 26, 2020 at 08:06:12PM +0100, Solene Rapenne wrote:
> The following patch updates mednafen to last version, I tried a few
> platform successfully on adm64.
>
> I disabled snes module at compile time because it just doesn't work and
> crashes, instead of providing a README explaining how to modify
> medfnafen.cfg to disable snes to fallback to snes_faust module.
>
>
Thanks to bentley@ I applied same patches on libco that are used in
emulators/hikan and snes modules works.
Index: Makefile
===================================================================
RCS file: /data/cvs/ports/emulators/mednafen/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- Makefile 19 Jun 2019 04:01:21 -0000 1.27
+++ Makefile 26 Mar 2020 20:28:27 -0000
@@ -3,7 +3,7 @@
BROKEN-hppa = ../../include/mednafen/state.h:21:7: error: 'exception_ptr' in namespace 'std' does not name a type
COMMENT = emulates numerous game consoles
-DISTNAME = mednafen-1.22.2
+DISTNAME = mednafen-1.24.1
CATEGORIES = emulators games
HOMEPAGE = https://mednafen.github.io
Index: distinfo
===================================================================
RCS file: /data/cvs/ports/emulators/mednafen/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo 19 Jun 2019 04:01:21 -0000 1.12
+++ distinfo 26 Mar 2020 18:05:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (mednafen-1.22.2.tar.xz) = +tQzrGlGltaeo49vS+HQpsGqNgnsf0bOdUEr4vLfL5U=
-SIZE (mednafen-1.22.2.tar.xz) = 3270004
+SHA256 (mednafen-1.24.1.tar.xz) = pHrfP69NpmkgvruUNuKMv4f/ZjJNC7OSAzy7R4tnX+c=
+SIZE (mednafen-1.24.1.tar.xz) = 3293992
Index: patches/patch-src_sexyal_sexyal_cpp
===================================================================
RCS file: /data/cvs/ports/emulators/mednafen/patches/patch-src_sexyal_sexyal_cpp,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_sexyal_sexyal_cpp
--- patches/patch-src_sexyal_sexyal_cpp 8 Sep 2018 23:08:39 -0000 1.1
+++ patches/patch-src_sexyal_sexyal_cpp 26 Mar 2020 20:00:02 -0000
@@ -8,7 +8,7 @@ audio device. You can still use the ope
Index: src/sexyal/sexyal.cpp
--- src/sexyal/sexyal.cpp.orig
+++ src/sexyal/sexyal.cpp
-@@ -150,6 +150,10 @@ static SexyAL_driver drivers[] =
+@@ -153,6 +153,10 @@ static SexyAL_driver drivers[] =
{ SEXYAL_TYPE_ALSA, "ALSA", "alsa", SexyALI_ALSA_Open, SexyALI_ALSA_EnumerateDevices },
No comments:
Post a Comment