mirror of https://github.com/mgba-emu/mgba.git
All: Flesh out README with more information
This commit is contained in:
parent
ce446633ef
commit
c9e8368d03
16
README.md
16
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
|
||||
---------
|
||||
|
||||
|
|
Loading…
Reference in New Issue