Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvcaetano authored Nov 25, 2018
1 parent 78f4e82 commit 49a39c7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
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

0 comments on commit 49a39c7

Please sign in to comment.