From 931307fd4f62022bb00c67c7741298bd8dee28d3 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 1 Sep 2011 06:08:39 -0700 Subject: [PATCH] Created FAQ (markdown) --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..6a66de0 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,4 @@ +Here's a collection of Frequently Answered Questions. + +### What is SSNES? +SSNES is a frontend for libsnes, an API which exposes the emulation features 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 provide a way for the user to interact with these emulator cores. \ No newline at end of file