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