diff --git a/FAQ.md b/FAQ.md index f2f1797..43d42a8 100644 --- a/FAQ.md +++ b/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.