diff options
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 0000000000000..0321abef5c22a --- /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 |