Skip to content

Commit

Permalink
* Adds a somewhat better readme that before
Browse files Browse the repository at this point in the history
  • Loading branch information
Andr3Carvalh0 committed Dec 11, 2018
1 parent 01951f4 commit a51dce9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# mGBA

A front-end of [mGBA](https://github.com/mgba-emu/mgba) for Android
An attempt of a frontend for [mGBA](https://github.com/mgba-emu/mgba) for Android.

# Building

As of right now, you still cannot play any games with this frontend, since I'm only focus on the UI for now, and I cannot promise that the code is stable or that it builds at all. Still if you are interested in helping all you need to do is clone this repository using the following command:
```
git clone --recursive https://github.com/Andr3Carvalh0/mGBA.git
```
and after that just open the project in Android Studio, and you are done :)

0 comments on commit a51dce9

Please sign in to comment.