Android wrapper for the awesome m8c.
Nothing gets close to the real thing so get yours from here.
Check the releases page to install it manually (you need to be able to install from unknown sources).
- Display
- Game controller input
- Touch screen input
- Audio playback
The buttons have two special functions added to them:
- Touch left and right at the same time: reset screen (useful if you have artefacts on the screen)
- Touch up and down at the same time: screen view is closed and you go back to settings (not very useful, disconnecting and closing the app is recommended)
NB! When onscreen buttons are hidden then in the landscape mode you can still use the margins on either side of screen as buttons. Layout is the same. Try it out and you'll understand.
- Android SDK/NDK
- Run
git submodule update --init
to download all dependencies (libusb, m8c, SDL2) - Run
./gradlew installDebug
to build and install it to your device