From c9e8368d03d49356f80759428fd95cb99fc66b77 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Fri, 12 Dec 2014 21:53:25 -0800 Subject: [PATCH] All: Flesh out README with more information --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66b18136b..fe7446dd0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ mGBA ==== -mGBA is a new emulator for running Game Boy Advance games. +mGBA is a new 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. + +Up-to-date news and downloads can be found at [endrift.com/mgba](https://endrift.com/mgba/). Features -------- @@ -52,6 +54,18 @@ Downloads Downloads can be found on the official website, in the [Downloads][downloads] section. The source code can be found on [GitHub][source]. +Controls +-------- + +Controls are configurable in the menu. The default gamepad controls are mapped so as to work with a DualShock 3. The default keyboard controls are as follows: + +- **A**: X +- **B**: Z +- **L**: A +- **R**: S +- **Start**: Enter +- **Select**: Backspace + Compiling ---------