diff options
author | pi <pi@FreeBSD.org> | 2015-11-14 21:51:27 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-11-14 21:51:27 +0800 |
commit | d48c28e80f442ecb3722a516569fac507b60693f (patch) | |
tree | f4ef47a7efbede5caa93294e0fbf8d93e554bcde /games/Makefile | |
parent | 6cb1677cd3e18a95737742c77620d7de12591b6a (diff) | |
download | freebsd-ports-gnome-d48c28e80f442ecb3722a516569fac507b60693f.tar.gz freebsd-ports-gnome-d48c28e80f442ecb3722a516569fac507b60693f.tar.zst freebsd-ports-gnome-d48c28e80f442ecb3722a516569fac507b60693f.zip |
New port: games/retroarch
RetroArch is the reference frontend for the libretro API. Popular examples
of implementations for this API includes videogame system emulators and
game engines, but also more generalized 3D programs. These programs are
instantiated as dynamic libraries. We refer to these as "libretro cores".
WWW: http://github.com/libretro/RetroArch
PR: 204347
Submitted by: yuri@rawbw.com
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index e0d1ae0524bd..6bb8ad8cb856 100644 --- a/games/Makefile +++ b/games/Makefile @@ -835,6 +835,7 @@ SUBDIR += reminiscence SUBDIR += rescue SUBDIR += residualvm + SUBDIR += retroarch SUBDIR += rezerwar SUBDIR += rfksay SUBDIR += ri-li |