diff options
Diffstat (limited to 'games/pocketsnes-libretro/README')
-rw-r--r-- | games/pocketsnes-libretro/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/pocketsnes-libretro/README b/games/pocketsnes-libretro/README new file mode 100644 index 0000000000..cf14ddb37b --- /dev/null +++ b/games/pocketsnes-libretro/README @@ -0,0 +1,7 @@ +PocketSNES is a Super Nintendo video game system emulator that can be used as a +libretro core. + +Port of Snes9x 1.39 for libretro. Heavily optimized for ARM. + +To build the debugging symbols use: + DEBUG=1 ./pocketsnes-libretro.SlackBuild |