Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
Go to file
2012-04-21 04:13:57 +02:00
360 (360) Name change 2012-04-21 02:55:55 +02:00
audio Should fix high CPU bug in Pulse. (Thanks to fable2012). 2012-04-18 20:30:32 +02:00
compat Fixup headers. 2012-04-09 22:05:26 +02:00
conf Fixup headers. 2012-04-09 22:05:26 +02:00
console (360) 360 port works with skeleton HLSL driver now 2012-04-14 21:45:43 +02:00
docs Add --no-patch to forcefully disable all patching. 2012-03-20 23:45:58 +01:00
gfx (360) Convert texture first to some color format suitable for 2012-04-18 05:01:17 +02:00
input Add LIGHTGUN_START. 2012-04-15 17:08:43 +02:00
msvc Fixup headers. 2012-04-09 22:05:26 +02:00
msvc-360 (360) Move to ps_3_0/vs_3_0 2012-04-17 21:27:47 +02:00
msvc-ps3/SSNES PS3 Preparations for 0.9.5 release. 2012-03-11 17:52:10 +01:00
ps3 (PS3) New icon/PARAM.SFO 2012-04-21 04:13:57 +02:00
qb Fixup build script to reflect libretro. 2012-04-09 22:03:57 +02:00
record Fixup headers. 2012-04-09 22:05:26 +02:00
tools Fixup headers. 2012-04-09 22:05:26 +02:00
wii (Wii) Simplify macros in wii/video.c 2012-04-14 16:41:01 +02:00
xenon (Xenon) Indenting nits 2012-04-14 04:43:29 +02:00
.empty initial new branch 2011-11-30 01:07:38 +01:00
.gitignore Begin work on menu for Wii. 2012-01-08 00:57:44 +01:00
AUTHORS Update AUTHORS. 2012-01-07 17:07:22 +01:00
autosave.c Fixup headers. 2012-04-09 22:05:26 +02:00
autosave.h Fixup headers. 2012-04-09 22:05:26 +02:00
boolean.h Fixup headers. 2012-04-09 22:05:26 +02:00
cheats.c Fixup headers. 2012-04-09 22:05:26 +02:00
cheats.h Fixup headers. 2012-04-09 22:05:26 +02:00
config.def.h Add video_aspect_ratio_auto setting. 2012-04-15 17:36:09 +02:00
config.features.h Print feature for DirectSound. 2011-12-25 01:59:30 +01: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 Fix segfault when audio driver fails to initialize. 2012-04-19 21:09:27 +02:00
driver.h Reword for consistency. 2012-04-10 19:24:08 +02:00
dynamic.c Warning fixups. 2012-04-10 00:37:30 +02:00
dynamic.h Warning fixups. 2012-04-10 00:37:30 +02:00
fifo_buffer.c Drop redundant ifs. 2012-01-31 19:14:48 +01:00
fifo_buffer.h Update license headers. 2012-01-08 01:12:05 +01:00
file_path.c Split file.c in two. 2012-04-13 21:29:25 +02:00
file.c Fix build for Win32. 2012-04-13 21:30:55 +02:00
file.h (PS3/360) libretro_manage_core made portable and moved to console_ext.c 2012-04-13 15:57:59 +02:00
general.h Add some file logging stuff for Wii debugging 2012-04-13 22:54:30 +02:00
hash.c Fixup headers. 2012-04-09 22:05:26 +02:00
hash.h Fixup headers. 2012-04-09 22:05:26 +02:00
libretro.h Add some comments to libretro header. 2012-04-16 22:25:09 +02:00
logger_override.h Add some file logging stuff for Wii debugging 2012-04-13 22:54:30 +02:00
Makefile Add -Wno-unused-result. 2012-04-16 20:38:25 +02:00
Makefile.ps3 (SSNES_CONSOLE) Introduce HAVE_SSNES_EXEC define 2012-04-13 21:01:04 +02:00
Makefile.ps3.salamander (SSNES_CONSOLE) SSNES Salamander uses file_path.c now 2012-04-13 21:30:04 +02:00
Makefile.wii (Wii) Use Griffin 2012-04-14 14:08:00 +02:00
Makefile.win Add -Wno-unused-result. 2012-04-16 20:38:25 +02:00
Makefile.xenon (SSNES_CONSOLE) SSNES Salamander uses file_path.c now 2012-04-13 21:30:04 +02:00
message.c Fixup headers. 2012-04-09 22:05:26 +02:00
message.h Fixup headers. 2012-04-09 22:05:26 +02:00
movie.c Fixup headers. 2012-04-09 22:05:26 +02:00
movie.h Fixup headers. 2012-04-09 22:05:26 +02:00
netplay_compat.h Fixup headers. 2012-04-09 22:05:26 +02:00
netplay.c Fixup headers. 2012-04-09 22:05:26 +02:00
netplay.h Fixup headers. 2012-04-09 22:05:26 +02:00
patch.c Fixup headers. 2012-04-09 22:05:26 +02:00
patch.h Fixup headers. 2012-04-09 22:05:26 +02:00
README.md Clarify README. 2012-04-16 18:52:14 +02:00
rewind.c Fixup headers. 2012-04-09 22:05:26 +02:00
rewind.h Fixup headers. 2012-04-09 22:05:26 +02:00
screenshot.c Fixup headers. 2012-04-09 22:05:26 +02:00
screenshot.h Fixup headers. 2012-04-09 22:05:26 +02:00
settings.c Add video_aspect_ratio_auto setting. 2012-04-15 17:36:09 +02:00
ssnes-mingw-build.sh Only enable SINC by default for 64-bit Windows. 2012-02-28 19:28:06 +01:00
ssnes-zip Should fix zip loading of [!] files... 2011-05-31 14:29:32 +02:00
ssnes.c (SSNES_CONSOLE) Introduce HAVE_SSNES_MAIN_WRAP define 2012-04-13 20:40:22 +02:00
ssnes.cfg Add video_aspect_ratio_auto setting. 2012-04-15 17:36:09 +02:00
thread.c Fixup headers. 2012-04-09 22:05:26 +02:00
thread.h Fixup headers. 2012-04-09 22:05:26 +02:00

SSNES

SSNES is a simple frontend for the libretro API. An API that attempts to generalize a retro gaming system, such as SNES, NES, GameBoy, Arcade machines, etc.

libretro

libretro is an API that exposes the core of a retro gaming system. A frontend for libretro handles video output, audio output and input. A libretro core written in portable C or C++ can run seamlessly on many platforms.

Binaries

Latest Windows binaries are currently hosted on my homepage.

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.

Platforms

SSNES has been ported to the following platforms :

  • PlayStation3
  • Xbox 360 (Libxenon/XeXDK)
  • Wii (Libogc)

Dependencies (PC)

SSNES requires these libraries to build:

  • SDL

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

To run properly, SSNES requires a libretro implementation present, however, as it's typically loaded dynamically, it's not required at build time.

Dependencies (Console ports)

Console ports have their own dependencies, but generally do not require anything other than what the respective SDKs provide.

Configuring

The default configuration is defined in config.def.h. These can later be tweaked by using a 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-libretro=: Normally libretro is located with -lsnes, however, this can be overridden. --enable-dynamic: Do not link to libretro at compile time, but load libretro dynamically at runtime. libretro_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.win libs
make -f Makefile.win CC=i486-mingw32-gcc CXX=i486-mingw32-g++

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

Win32 (MSVC)
In addition to Mingw, it is also possible to compile a Win32 version of SSNES with Microsoft Visual Studio 2010.

You will need Microsoft Visual Studio 2010 intalled (or higher) in order to compile SSNES with the MSVC compiler.

The solution file can be found at the following location:

msvc/SSNES/SSNES.sln

PlayStation3

make -f Makefile.ps3

A PKG file will be built which you will be able to install on a jailbroken PS3.

NOTE: A pre-existing libretro library needs to be present in the root directory in order to link SSNES PS3. This file needs to be called 'libretro.a'.

Xbox 360 (XeXDK)

You will need Microsoft Visual Studio 2010 installed (or higher) in order to compile SSNES 360.

The solution file can be found at the following location:

msvc-360/SSNES-360/SSNES-360.sln

NOTE: A pre-existing libretro library needs to be present in the root directory in order to link SSNES 360.

Xbox 360 (Libxenon)

You will need to have the libxenon libraries and a working Devkit Xenon toolchain installed in order to compile SSNES 360 Libxenon.

make -f Makefile.xenon

NOTE: A pre-existing libretro library needs to be present in the root directory in order to link SSNES 360 Libxenon. This file needs to be called 'libretro.a'.

Wii

You will need to have the libogc libraries and a working Devkit PPC toolchain installed in order to compile SSNES Wii.

make -f Makefile.wii

NOTE: A pre-existing libretro library needs to be present in the root directory in order to link SSNES Wii. This file needs to be called 'libretro.a'.

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.