mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #8906 from JosJuice/android-button-id-typo
Android: Fix button ID typo
This commit is contained in:
commit
5a696f4934
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user