diff options
author | nia <nia@pkgsrc.org> | 2018-08-11 12:57:23 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-08-11 12:57:23 +0000 |
commit | fd93cfd5c548a066354101e591134719cf2602df (patch) | |
tree | 594c2835df93f723820c6fc67f4e11e9fc027b6f /emulators/Makefile | |
parent | e9376ddbe679ca08e87ad977e1603acd4fd4f45d (diff) | |
download | pkgsrc-fd93cfd5c548a066354101e591134719cf2602df.tar.gz |
libretro-desmume: add version 20180807.
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.
DeSmuME is a Nintendo DS emulator.
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 9355343b2e1..37f80d955a3 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.263 2018/08/11 00:32:25 nia Exp $ +# $NetBSD: Makefile,v 1.264 2018/08/11 12:57:23 nia Exp $ # COMMENT= Emulators for other operating systems @@ -93,6 +93,7 @@ SUBDIR+= libretro-beetle-pce-fast SUBDIR+= libretro-beetle-psx SUBDIR+= libretro-core-info SUBDIR+= libretro-database +SUBDIR+= libretro-desmume SUBDIR+= libretro-fceumm SUBDIR+= libretro-gambatte SUBDIR+= libretro-glsl-shaders |