diff options
author | nia <nia@pkgsrc.org> | 2020-05-31 17:02:14 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-05-31 17:02:14 +0000 |
commit | f07f7bcb98a8346874a032593dc9823c3b1f76c1 (patch) | |
tree | 8645e9a0004871d3d817fc24fe0647d44eb4894f /emulators/Makefile | |
parent | 1c50ed83feecace0e2ab13d2e9bd09a462a02184 (diff) | |
download | pkgsrc-f07f7bcb98a8346874a032593dc9823c3b1f76c1.tar.gz |
emulators: +libretro-smsplus
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 12e0628faa6..10748042c81 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.322 2020/05/31 16:04:30 nia Exp $ +# $NetBSD: Makefile,v 1.323 2020/05/31 17:02:14 nia Exp $ # COMMENT= Emulators for other operating systems @@ -124,6 +124,7 @@ SUBDIR+= libretro-picodrive SUBDIR+= libretro-ppsspp SUBDIR+= libretro-prosystem SUBDIR+= libretro-sameboy +SUBDIR+= libretro-smsplus SUBDIR+= libretro-snes9x SUBDIR+= libretro-snes9x2005 SUBDIR+= libretro-snes9x2010 |