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
commit ab8a128588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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();