diff options
author | nia <nia@pkgsrc.org> | 2020-05-31 12:19:33 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-05-31 12:19:33 +0000 |
commit | a29b39d5146791b01121af36ac5f9ecbd16ebf0a (patch) | |
tree | 5be2f3b6f104692d4c57472740a2ad54a360e098 /emulators/Makefile | |
parent | 15b4577e0966ca2675f8d6dc6c4e014acfc66785 (diff) | |
download | pkgsrc-a29b39d5146791b01121af36ac5f9ecbd16ebf0a.tar.gz |
emulators: Add libretro-fbneo
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.
FinalBurn Neo is an emulator for arcade games and select consoles.
It is based on the emulators FinalBurn and old versions of MAME. Many of
the developers of this project also worked on FB Alpha. Due to a controversy,
we no longer do, and recommend that everyone use this emulator instead.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index fa0600761fa..b8eb05ffa1b 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.316 2020/05/30 14:34:25 nia Exp $ +# $NetBSD: Makefile,v 1.317 2020/05/31 12:19:33 nia Exp $ # COMMENT= Emulators for other operating systems @@ -107,6 +107,7 @@ SUBDIR+= libretro-core-info SUBDIR+= libretro-desmume SUBDIR+= libretro-dolphin SUBDIR+= libretro-fbalpha +SUBDIR+= libretro-fbneo SUBDIR+= libretro-fceumm SUBDIR+= libretro-freeintv SUBDIR+= libretro-fuse |