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
- Device scanning for ROMS
- Games can boot and run
- Input
- Game saves
- Save states
- GBA ROM support
- Settings (WIP)
- Controller support
- Sound (works properly at full speed only)
- Wi-Fi
- More settings
- Mic input
- OpenGL renderer
Performance is far from OK, but acceptable on high end devices. Right now, this is more of a proof of concept that anything else. But at least we now know that it (kinda) works.
It's possible to launch melonDS from third part frontends. For that, you simply need to call the emulation activity with the absolute path to the ROM file. The parameters are the following:
- Package name:
me.magnum.melonds
- Activity name:
me.magnum.melonds.ui.emulator.EmulatorActivity
- Parameters:
PATH
- a string with the absolute path to the NDS ROM (ZIP files are not yet supported)
To build the project you will need Android NDK and CMake.
Build steps:
-
Clone the project, including submodules with:
git clone --recurse-submodules https://github.com/rafaelvcaetano/melonDS-android.git
-
Open the project in Android Studio.
-
Install the Android NDK and CMake from the SDK Manager
-
Hit Run