Updated FAQ (markdown)

Hans-Kristian Arntzen 2013-12-17 04:25:19 -08:00
parent 3ba74eddfc
commit 212ff4c49a
1 changed files with 1 additions and 1 deletions

2
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.