diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-07 12:32:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-07 18:55:39 +0700 |
commit | 0b421052f1f34a5cd3739a89f2a47bb8ffcce122 (patch) | |
tree | 7a4d48772e8e7f520f4a2731c352a7b3995610f8 /games/snes9x2010/README | |
parent | 43170783036f1728ee6d0a0d1709eb7fba74cd7e (diff) | |
download | slackbuilds-0b421052f1f34a5cd3739a89f2a47bb8ffcce122.tar.gz |
games/snes9x2010: Added (Port of Snes9x 1.52+ to Libretro).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/snes9x2010/README')
-rw-r--r-- | games/snes9x2010/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/snes9x2010/README b/games/snes9x2010/README new file mode 100644 index 0000000000..f4de9dc55a --- /dev/null +++ b/games/snes9x2010/README @@ -0,0 +1,14 @@ +snes9x2010 is a Super Nintendo video game system emulator that can be used as +a libretro core. + +snes9x2010 is a Super Nintendo Entertainment System (SNES) emulator based on +Snes9x 1.52 with backported patches for performance and compatibility +improvements. + +This package was previously called snes9x-next. + +To build with the griffin LTCG use: + GRIFFIN=1 ./snes9x2010.SlackBuild + +To build the debugging symbols use: + DEBUG=1 ./snes9x2010.SlackBuild |