Updated FAQ (markdown)

Themaister 2011-09-01 11:33:36 -07:00
parent 498cea8937
commit 6b0a11a765
1 changed files with 2 additions and 0 deletions

2
FAQ.md

@ -5,6 +5,8 @@ Here's a collection of Frequently Answered Questions.
### What is SSNES?
SSNES is a frontend for libsnes, an API which exposes the functionality of a SNES emulator. libsnes started with the SNES emulator bSNES, but there is also a libsnes implementation for SNES9x, which means SSNES is emulator agnostic. SSNES builds around the emulator core to provide a full emulator.
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 SNES implementation used.
### Which platforms are SSNES available for?
SSNES runs and is supported on GNU/Linux, BSD, Windows and Mac OSX (PPC/Intel). It might run on other platforms, but you will be on your own.