diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:07 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | c0ce0de283183fb4a3e951642db41f58a3028fc8 (patch) | |
tree | 2038cb5618120ba7cf98c58fc8e8b61fc7777b0f /games/gpsp-libretro/README | |
parent | d953592d42addfb2201397cdbed0c8f7b677353b (diff) |
games/gpsp-libretro: Added (libretro port of gpSP).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/gpsp-libretro/README')
-rw-r--r-- | games/gpsp-libretro/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gpsp-libretro/README b/games/gpsp-libretro/README new file mode 100644 index 000000000000..0321abef5c22 --- /dev/null +++ b/games/gpsp-libretro/README @@ -0,0 +1,10 @@ +gpSP is a Nintendo Game Boy Advance video game system emulator based on notaz' +fork of gpSP with additional codebase improvements that can be used as a +libretro core. + +gpSP requires the following BIOS image file for operation: + +* gba_bios.bin (Game Boy Advance Image) + +To build the debugging symbols use: + DEBUG=1 ./gpsp-libretro.SlackBuild |