sm64-port-android-base icon indicating copy to clipboard operation
sm64-port-android-base copied to clipboard

How do you disable overlay buttons on android?

Open Fredolx opened this issue 5 years ago • 2 comments

Fredolx avatar Oct 10 '20 14:10 Fredolx

Change the line in sm64-port-android-base\app\jni\src Android.mk TOUCH_CONTROLS ?= 1 to 0

opjair29 avatar Oct 21 '20 01:10 opjair29

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 :-(

goldeneyeonline avatar Oct 26 '20 21:10 goldeneyeonline