mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Android) Silence warning
This commit is contained in:
parent
6922a36ea1
commit
968ec1f4b1
@ -1328,7 +1328,7 @@ static bool android_input_key_pressed(android_input_t *android, int key)
|
||||
return button_is_pressed(
|
||||
android->joypad,
|
||||
&joypad_info,
|
||||
&input_config_binds[0],
|
||||
input_config_binds[0],
|
||||
joypad_info.joy_idx,
|
||||
key);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user