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 | 018395b943b4ef8d676e1079109ec7fcde0564c8 (patch) | |
tree | a76b4cda89c766ca6504eee061c779e42b8f31bf /games/snes9x2005/README | |
parent | bdb711bdeb65ac25e688099b9812d04c917e226c (diff) |
games/snes9x2005: Added (libretro port of SNES9x 1.43).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/snes9x2005/README')
-rw-r--r-- | games/snes9x2005/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/snes9x2005/README b/games/snes9x2005/README new file mode 100644 index 0000000000000..af4299709cc81 --- /dev/null +++ b/games/snes9x2005/README @@ -0,0 +1,10 @@ +snes9x2005 is a Super Nintendo video game system emulator based on +Snes9x 1.43 that can be used as a libretro core. + +This package was previously called CATSFC-libretro. + +To build with the griffin LTCG use: + GRIFFIN=1 ./snes9x2005.SlackBuild + +To build the debugging symbols use: + DEBUG=1 ./snes9x2005.SlackBuild |