blob: 0321abef5c22a9edc5c27442766ecb8d0437ac07 (
plain)
1
2
3
4
5
6
7
8
9
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
|