Merge pull request #9201 from Ebola16/MT

Android: Fix initTouchPointer
This commit is contained in:
JosJuice
2020-10-27 10:47:12 +01:00
committed by GitHub

View File

@ -155,7 +155,7 @@ public final class InputOverlay extends SurfaceView implements OnTouchListener
// Refresh before starting the pointer
refreshControls();
if (!NativeLibrary.IsEmulatingWii())
if (NativeLibrary.IsEmulatingWii())
{
int doubleTapButton = IntSetting.MAIN_DOUBLE_TAP_BUTTON.getIntGlobal();