diff options
Diffstat (limited to 'games/mgba/README')
-rw-r--r-- | games/mgba/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/mgba/README b/games/mgba/README new file mode 100644 index 0000000000000..71b0ed148c086 --- /dev/null +++ b/games/mgba/README @@ -0,0 +1,10 @@ +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. + +Optional dependencies are: + +* qt5 (for the GUI) +* SDL2 +* libedit (for the command-line debugger) +* ffmpeg |