Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators emulators: Add libretro-flycast



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fc562439a5a
branches:  trunk
changeset: 433155:4fc562439a5a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 31 15:20:21 2020 +0000

description:
emulators: Add libretro-flycast

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Flycast is a multi-platform Sega Dreamcast emulator.

diffstat:

 emulators/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8db52b0b063f -r 4fc562439a5a emulators/Makefile
--- a/emulators/Makefile        Sun May 31 15:18:30 2020 +0000
+++ b/emulators/Makefile        Sun May 31 15:20:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.318 2020/05/31 12:28:21 nia Exp $
+# $NetBSD: Makefile,v 1.319 2020/05/31 15:20:21 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -108,6 +108,7 @@
 SUBDIR+=       libretro-dolphin
 SUBDIR+=       libretro-fbneo
 SUBDIR+=       libretro-fceumm
+SUBDIR+=       libretro-flycast
 SUBDIR+=       libretro-freeintv
 SUBDIR+=       libretro-fuse
 SUBDIR+=       libretro-gambatte



Home | Main Index | Thread Index | Old Index