From d48c28e80f442ecb3722a516569fac507b60693f Mon Sep 17 00:00:00 2001 From: pi Date: Sat, 14 Nov 2015 13:51:27 +0000 Subject: 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 --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') 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 -- cgit