sm64-port-android-base
sm64-port-android-base copied to clipboard
How do you disable overlay buttons on android?
Change the line in sm64-port-android-base\app\jni\src Android.mk TOUCH_CONTROLS ?= 1 to 0
Should this work on the Android-Build-Process as well? Neither changing the value in Android.mk nor saying "make TOUCH_CONTROLS=0 --jobs 4" makes the on-screen controls vanish :-(