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.