diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-12-20 22:39:50 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:31 +0700 |
commit | 3a4b98a8534903cc8d976fcfd40029af2b12ec8a (patch) | |
tree | a9a16192a1b3191fc3d28ff4593f187831aeac46 /games/nSide-libretro/README | |
parent | 5d124f9a1370902a1e0f2fead8f28cb1ab7092d3 (diff) |
games/nSide-libretro: Added (libretro fork of higan_sfc).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/nSide-libretro/README')
-rw-r--r-- | games/nSide-libretro/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/nSide-libretro/README b/games/nSide-libretro/README new file mode 100644 index 0000000000000..b91523219600f --- /dev/null +++ b/games/nSide-libretro/README @@ -0,0 +1,6 @@ +Standalone port of nSide to libretro which is a fork of byuu's higan +that restructures Famicom emulator. This provides the higan_sfc +balanced profile as a libretro core. + +To build the debugging symbols use: + DEBUG=1 ./nSide-libretro.SlackBuild |