diff options
Diffstat (limited to 'games/mgba/README')
-rw-r--r-- | games/mgba/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/mgba/README b/games/mgba/README index 0046641253..397c41f49c 100644 --- a/games/mgba/README +++ b/games/mgba/README @@ -2,12 +2,15 @@ mGBA is an emulator for running Game Boy Advance games. It aims to be faster and more accurate than many existing Game Boy Advance emulators, as well as adding features that other emulators lack. +This build both the standalone application and the Libretro core (for use with +RetroArch). + The following optional dependencies will be automatically detected. * SDL2 * libedit (for the command-line debugger) * ffmpeg -If you have Qt 5, then you can build mGBA with a GUI: +If you have Qt 5, then you can build the standalone application with a GUI: QT=on ./mGBA.SlackBuild |