From 6b0a11a765c4fb1a33bed7668a191ef1797633de Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 1 Sep 2011 11:33:36 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) 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.