-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds a somewhat better readme that before
- Loading branch information
1 parent
01951f4
commit a51dce9
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 :) |