Skip to content
Permalink
Browse files
Merge pull request #8906 from JosJuice/android-button-id-typo
Android: Fix button ID typo
  • Loading branch information
lioncash committed Jul 8, 2020
2 parents 4c50ead + e044db6 commit 5a696f4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -138,7 +138,7 @@ public static EmulationActivity getEmulationActivity()
public static final int CLASSIC_STICK_LEFT_RIGHT = 317;
public static final int CLASSIC_STICK_RIGHT = 318;
public static final int CLASSIC_STICK_RIGHT_UP = 319;
public static final int CLASSIC_STICK_RIGHT_DOWN = 100;
public static final int CLASSIC_STICK_RIGHT_DOWN = 320;
public static final int CLASSIC_STICK_RIGHT_LEFT = 321;
public static final int CLASSIC_STICK_RIGHT_RIGHT = 322;
public static final int CLASSIC_TRIGGER_L = 323;

0 comments on commit 5a696f4

Please sign in to comment.