Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
Go to file
2011-09-22 13:15:16 +03:00
audio Update XAudio driver to use floating point. Nits here and there. 2011-08-21 19:27:11 +02:00
conf Add coloring to fonts. 2011-09-05 17:00:28 +02:00
docs Update docs. 2011-09-01 10:07:07 +02:00
gfx Fix newline typo. 2011-09-22 13:15:16 +03:00
input Somewhat haphazard. Can't find some needed API calls :\ 2011-09-13 18:50:40 +02:00
qb Updates for 0.8.2. 2011-09-21 21:17:46 +02:00
record Remove #ifdef for FFmpeg. 2011-09-04 11:37:59 +02:00
tools Add hold bind to joyconfig. 2011-05-24 11:56:55 +02:00
.gitignore Update gitignore. 2011-05-17 19:34:57 +02:00
AUTHORS Updated copyrights. 2011-08-09 12:58:13 +02:00
autosave.c Only autosave when the data actually changed. 2011-09-17 10:57:55 +02:00
autosave.h Fix potential problem. Some cleanup. 2011-02-18 23:51:51 +01:00
bps.c BPS seems to work ... :) 2011-08-18 00:37:43 +02:00
bps.h Start adding support for BPS patches. 2011-08-18 00:05:56 +02:00
cheats.c Add LIBXML_TEST_VERSION to XML cheats. 2011-09-09 09:48:46 +02:00
cheats.h Make it non-public. 2011-09-07 18:59:51 +02:00
config.def.h Add support for blocking SRAM writes :) 2011-09-16 15:32:21 +02:00
config.features.h Fix build for XVideo. 2011-06-25 18:11:04 +02:00
configure Add quickbuild. 2010-12-30 02:52:02 +01:00
COPYING Add GPLv3 text I suppose. 2011-01-25 13:31:55 +01:00
driver.c Defensive nit. 2011-09-20 11:58:21 +02:00
driver.h Use SK_* keysyms (pretty much SDL 1.2). 2011-09-13 14:40:33 +02:00
dynamic.c Attempt to check for mysterious crashes :D 2011-08-23 17:10:02 +02:00
dynamic.h Add -pedantic for shits 'n giggles. 2011-05-31 15:03:59 +02:00
fifo_buffer.c Move buffer to top-level as it's not audio only. 2011-06-14 19:58:12 +02:00
fifo_buffer.h Move buffer to top-level as it's not audio only. 2011-06-14 19:58:12 +02:00
file.c Small fix. 2011-09-20 12:05:21 +02:00
file.h Reverting config path to system default if it doesn't find it. 2011-08-24 08:14:03 +02:00
general.h Add support for blocking SRAM writes :) 2011-09-16 15:32:21 +02:00
libsnes.hpp Add autosave possibility. 2011-02-10 21:16:59 +01:00
Makefile Start working towards SDL 1.2/1.3 compat. 2011-09-13 14:06:49 +02:00
Makefile.win Updates for 0.8.2. 2011-09-21 21:17:46 +02:00
message.c Update licensing headers. 2011-01-23 20:29:28 +01:00
message.h Update licensing headers. 2011-01-23 20:29:28 +01:00
movie.c Fix endian issues in OSS driver. 2011-07-26 00:53:24 +02:00
movie.h Start adding UPS support. 2011-03-23 12:18:24 +01:00
netplay.c Fix up Win64 warnings/errors. 2011-08-19 13:33:10 +02:00
netplay.h Should fix netplay for bSNES as well. 2011-06-26 16:02:18 +02:00
README.md Add hermite resampler core :) SRC is disabled by default. 2011-02-06 13:29:48 +01:00
README.win32.txt Add a simple README for Win32. 2011-01-29 19:43:05 +01:00
rewind.c Is this it? :D 2011-02-26 01:13:52 +01:00
rewind.h Fix up stuff. Alignment is done in client code. 2011-01-31 18:27:21 +01:00
screenshot.c Fix awkward compiler warning. 2011-05-19 22:51:23 +02:00
screenshot.h Start adding screenshot support. 2011-05-15 16:54:43 +02:00
settings.c Add support for blocking SRAM writes :) 2011-09-16 15:32:21 +02:00
sha256.c SHA256 support. Now onto cheats ... 2011-04-17 12:29:58 +02:00
sha256.h SHA256 support. Now onto cheats ... 2011-04-17 12:29:58 +02:00
ssnes-mingw-build.sh Update build script a bit. 2011-08-29 18:47:52 +02:00
ssnes-zip Should fix zip loading of [!] files... 2011-05-31 14:29:32 +02:00
ssnes.c Updates for 0.8.2. 2011-09-21 21:17:46 +02:00
ssnes.cfg Add support for blocking SRAM writes :) 2011-09-16 15:32:21 +02:00
strl.c Fix an edge case with strlcat(). 2011-04-11 21:28:03 +02:00
strl.h Fix include issue in windows. 2011-04-07 21:31:58 +02:00
ups.c Fix up UPS :) Should work fine now at least for .sfc base roms. 2011-03-23 23:31:33 +01:00
ups.h Fix up UPS :) Should work fine now at least for .sfc base roms. 2011-03-23 23:31:33 +01:00

SSNES

SSNES is a simple frontend for the libsnes library.

libsnes

libsnes is the emulator core of bSNES, the most accurate SNES emulator to date, in library form. The libsnes API has been implemented by SNES9x as well, allowing multiple different cores to be used for an emulator that supports libsnes. This enables the possibility of custom front-ends for the emulator.

Philosophy

SSNES attempts to be very small and lean, while still having all the useful core features expected from an emulator. It is used through command-line.

Dependencies

SSNES requires these libraries to build:

SSNES can utilize these libraries if enabled:

  • nvidia-cg-toolkit
  • libxml2 (bSNES XML shaders)
  • libfreetype2 (TTF font rendering on screen)
  • libsamplerate

SSNES needs at least one of these audio driver libraries:

  • ALSA
  • OSS
  • RoarAudio
  • RSound
  • OpenAL
  • JACK
  • SDL
  • XAudio2 (Win32)
  • PulseAudio

Building libsnes

  • Download bSNES source (link over).
  • Add -fPIC to flags in Makefile.
  • $ make library profile=performance (accuracy, compatibility are the other profiles. compatibility is a great choice for decent PCs. :D)
  • # make prefix=/usr library-install
  • # cp snes/libsnes/libsnes.hpp /usr/include/
  • ?!?!
  • Profit!

Configuring

The default configuration is defined in config.def.h. These can later be tweaked by using the ssnes config file. A sample configuration file is installed to /etc/ssnes.cfg. This is the system-wide config file. Each user should create a config file in $XDG_CONFIG_HOME/ssnes/ssnes.cfg. The users only need to configure a certain option if the desired value deviates from the value defined in config.def.h.

To configure joypads, start up jstest /dev/input/js0 to determine which joypad buttons (and axis) to use. It is also possible to use the ssnes-joyconfig tool as well for simple configuration.

Compiling and installing

Linux/Unix
As most packages, SSNES is built using the standard ./configure && make && make install Do note that the build system is not autotools based, but resembles it.

Notable options for ./configure: --with-libsnes=: Normally libsnes is located with -lsnes, however, this can be overridden. --enable-dynamic: Do not link to libsnes at compile time, but load libsnes dynamically at runtime. libsnes_path in config file defines which library to load. Useful for development.

Do note that these two options are mutually exclusive.

Win32
It is possible with MinGW to compile for Windows in either msys or Linux/Unix based systems. Do note that Windows build uses a static Makefile since configuration scripts create more harm than good on this platform. Libraries, headers, etc, needed to compile and run SSNES can be fetched with a Makefile target.

In Linux/Unix:
make -f Makefile.win32 libs
make -f Makefile.win32 CC=i486-mingw32-gcc CXX=i486-mingw32-g++

In MSYS: mingw32-make -f Makefile.win32 libs. # You will need to have wget in your patch for this command! MSYS should provide this.
mingw32-make -f Makefile.win32

Filters, bSNES XML shaders and Cg shader support

This is not strictly not necessary for an emulator, but it can be enabled if desired. For best performance, Cg shaders or bSNES XML shaders are recommended as they do not eat up valuable CPU time (assuming your GPU can handle the shaders). Cg shaders and XML shaders (GLSL) are compiled at run-time. All shaders share a common interface to pass some essential arguments such as texture size and viewport size. (Common for pixel art scalers) Some Cg shaders are included in hqflt/cg/ and could be used as an example. bSNES XML shaders can be found on various places on the net. Best place to start looking are the bSNES forums.

The Cg shaders closely resemble the GLSL shaders found in bSNES shader pack, so porting them is trivial if desired.