diff options
Diffstat (limited to 'games/vbam-libretro/README')
-rw-r--r-- | games/vbam-libretro/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/vbam-libretro/README b/games/vbam-libretro/README new file mode 100644 index 0000000000000..928727b7d2034 --- /dev/null +++ b/games/vbam-libretro/README @@ -0,0 +1,12 @@ +VBA-M is a Nintendo Game Boy Advance video game system emulator that can be +used as a libretro core. + +VBA-M is a Game Boy Advance emulator with the goal to improve upon +VisualBoyAdvance by integrating the best features from various available +builds. + +To build with tiled rendering use: + TILED=1 ./vbam-libretro.SlackBuild + +To build the debugging symbols use: + DEBUG=1 ./vbam-libretro.SlackBuild |