mirror of
https://github.com/rafaelvcaetano/melonDS-android.git
synced 2024-11-26 23:20:40 +00:00
Android port of melonDS
.idea | ||
app | ||
gradle/wrapper | ||
melonDS-android-lib@57d64e76eb | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
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
-
Clone the project, including submodules with:
git clone --recurse-submodules https://github.com/rafaelvcaetano/melonDS-android.git
-
Open the project in Android Studio.
-
Hit Run