Skip to content
Permalink
Browse files
Merge pull request #9201 from Ebola16/MT
Android: Fix initTouchPointer
  • Loading branch information
JosJuice committed Oct 27, 2020
2 parents 712edfb + 721f3be commit ab8a128
Showing 1 changed file with 1 addition and 1 deletion.
@@ -155,7 +155,7 @@ public void initTouchPointer()
// Refresh before starting the pointer
refreshControls();

if (!NativeLibrary.IsEmulatingWii())
if (NativeLibrary.IsEmulatingWii())
{
int doubleTapButton = IntSetting.MAIN_DOUBLE_TAP_BUTTON.getIntGlobal();

0 comments on commit ab8a128

Please sign in to comment.