ANDROID: Support FireTV remote
This commit is contained in:
parent
528d7477e8
commit
16f626401e
5 changed files with 133 additions and 7 deletions
|
@ -267,6 +267,7 @@ const HardwareInputTableEntry defaultJoystickButtons[] = {
|
|||
{ "JOY_DOWN", JOYSTICK_BUTTON_DPAD_DOWN, _s("D-pad Down") },
|
||||
{ "JOY_LEFT", JOYSTICK_BUTTON_DPAD_LEFT, _s("D-pad Left") },
|
||||
{ "JOY_RIGHT", JOYSTICK_BUTTON_DPAD_RIGHT, _s("D-pad Right") },
|
||||
{ "JOY_CENTER", JOYSTICK_BUTTON_DPAD_CENTER, _s("D-pad Center") },
|
||||
{ nullptr, 0, nullptr }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue