From 212ff4c49ac39cdfcd371fd64b0e2dc24e8392eb Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Tue, 17 Dec 2013 04:25:19 -0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d54966b..d8ccf6d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3,7 +3,7 @@ Here's a collection of Frequently Answered Questions. ## General ### What is RetroArch? -RetroArch is a frontend for libretro, an API which exposes the functionality of a game, emulator or certain kinds of multimedia applications. libretro started as libsnes with the SNES emulator bSNES, but libretro has since become a far broader API. RetroArch builds around the libretro API to provide a powerful interface. +RetroArch is a frontend for [libretro](http://www.libretro.com), an open API which exposes the functionality of a game, emulator or certain kinds of multimedia applications. libretro started as libsnes with the SNES emulator bSNES, but libretro has since become a far broader API. RetroArch builds around the libretro API to provide a powerful interface for libretro cores. Some cool features to mention are frame-by-frame rewind (Braid-style), multi-pass GPU shaders, FFmpeg on-the-fly raw video recording and netplay. All these features will work independently of the libretro implementation used.