-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78f4e82
commit 49a39c7
Showing
1 changed file
with
24 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# melonDS Android port | ||
This is a WIP Android frontend for the melonDS Android port. For the Android port of the emulator, check out https://github.com/rafaelvcaetano/melonDS-android-lib | ||
|
||
# What is working | ||
* Device scanning for ROMS | ||
* Games can boot and run | ||
* Touch input | ||
* Game saves (I think) | ||
|
||
# What is missing | ||
* Hardware input | ||
* Sound (must find the correct settings) | ||
* Save states | ||
* Settings | ||
|
||
# Performance | ||
Performance is currently terrible and not suitable for use. Right now, this is more of a proof of concept that anything else. But at least we now know that it (kinda) works. | ||
|
||
# Building | ||
1. Clone the project, including submodules with: | ||
|
||
`git clone --recurse-submodules https://github.com/rafaelvcaetano/melonDS-android.git` | ||
2. Open the project in Android Studio. | ||
3. Hit Run |