summaryrefslogtreecommitdiff
path: root/emulators/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-08-13 14:37:25 +0000
committernia <nia@pkgsrc.org>2018-08-13 14:37:25 +0000
commitd8d0fef33acf4368c118ff279661b1b79544dacf (patch)
treed243ec757a93dbbe1b37a5bc39197d60d4c9ad33 /emulators/Makefile
parentb27a39e2a93f56bb0cbd47fdc22244e8b0677629 (diff)
downloadpkgsrc-d8d0fef33acf4368c118ff279661b1b79544dacf.tar.gz
libretro-bsnes-mercury{,-accuracy,-performance}: add version 20180803
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. bsnes/higan is a Super Nintendo Entertainment System / Super Famicom video game system emulator that aims to document SNES/SFC hardware with an extremely high degree of accuracy without compromise or optimisation. bsnes-mercury is a fork of bsnes/higan aiming to restore some useful features that have been removed, as well as improving performance slightly. Maximum accuracy is still uncompromisable; anything that affects accuracy is optional and off by default. As such, it has quite high system requirements. For a SNES/SFC libretro core that balances performance and accuracy to an acceptable level for 99% of games, consider using a snes9x core. Three profiles are available: Performance, Balanced, and Accuracy. Balanced is recommended for modern PCs. Use Accuracy for extreme cases of hardware spec abuse (e.g. the game A.S.P. Air Strike Patrol).
Diffstat (limited to 'emulators/Makefile')
-rw-r--r--emulators/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index a82e60b150d..84671b829f9 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.274 2018/08/13 00:54:25 nia Exp $
+# $NetBSD: Makefile,v 1.275 2018/08/13 14:37:25 nia Exp $
#
COMMENT= Emulators for other operating systems
@@ -95,6 +95,9 @@ SUBDIR+= libretro-beetle-saturn
SUBDIR+= libretro-beetle-sgx
SUBDIR+= libretro-beetle-vb
SUBDIR+= libretro-beetle-wswan
+SUBDIR+= libretro-bsnes-mercury
+SUBDIR+= libretro-bsnes-mercury-accuracy
+SUBDIR+= libretro-bsnes-mercury-performance
SUBDIR+= libretro-core-info
SUBDIR+= libretro-database
SUBDIR+= libretro-desmume