Android port of melonDS
Go to file
2018-12-04 00:39:28 +00:00
.idea Added setting to show boot screen 2018-12-04 00:39:28 +00:00
app Added setting to show boot screen 2018-12-04 00:39:28 +00:00
gradle/wrapper Initial commit 2018-11-25 18:14:01 +00:00
melonDS-android-lib@57d64e76eb Added setting to show boot screen 2018-12-04 00:39:28 +00:00
.gitignore Initial commit 2018-11-25 18:14:01 +00:00
.gitmodules Initial commit 2018-11-25 18:14:01 +00:00
build.gradle Initial commit 2018-11-25 18:14:01 +00:00
gradle.properties Initial commit 2018-11-25 18:14:01 +00:00
gradlew Initial commit 2018-11-25 18:14:01 +00:00
gradlew.bat Initial commit 2018-11-25 18:14:01 +00:00
LICENSE Initial commit 2018-11-25 18:14:01 +00:00
README.md Create README.md 2018-11-25 18:25:53 +00:00
settings.gradle Initial commit 2018-11-25 18:14:01 +00:00

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