diff options
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 |