mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Use input_config_binds directly
This commit is contained in:
parent
33dda78ea8
commit
a146dfee79
@ -1244,7 +1244,7 @@ static bool android_input_key_pressed(void *data, int key)
|
||||
rarch_joypad_info_t joypad_info;
|
||||
android_input_t *android = (android_input_t*)data;
|
||||
settings_t *settings = config_get_ptr();
|
||||
const struct retro_keybind *keyptr = input_config_get_specific_bind(0, key);
|
||||
const struct retro_keybind *keyptr = input_config_binds[0][key];
|
||||
|
||||
if( keyptr->valid
|
||||
&& android_keyboard_port_input_pressed(input_config_binds[0],
|
||||
|
Loading…
x
Reference in New Issue
Block a user