mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #8906 from JosJuice/android-button-id-typo
Android: Fix button ID typo
This commit is contained in:
@ -138,7 +138,7 @@ public final class NativeLibrary
|
||||
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;
|
||||
|
Reference in New Issue
Block a user