diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-07 12:32:16 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-07 18:55:39 +0700 |
commit | b479c347bdaa389355bc0e5d8036792343f9e958 (patch) | |
tree | 9d0f7957ec2848b78aa58b4a034cc2ea6cf7379d /games/snes9x2002/README | |
parent | 2ae35d3e04ef2a9fb30ef973541079ffe1edb409 (diff) |
games/snes9x2002: Added (ARM optimized port of SNES9x).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/snes9x2002/README')
-rw-r--r-- | games/snes9x2002/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/snes9x2002/README b/games/snes9x2002/README new file mode 100644 index 000000000000..9433ccd9ecf4 --- /dev/null +++ b/games/snes9x2002/README @@ -0,0 +1,9 @@ +snes9x2002 is a Super Nintendo video game system emulator that can be used as a +libretro core. + +This package was previously called pocketsnes-libretro. + +Port of Snes9x 1.39 for libretro. Heavily optimized for ARM. + +To build the debugging symbols use: + DEBUG=1 ./snes9x2002.SlackBuild |