mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(Android) Buildfix
This commit is contained in:
parent
848d8a95ab
commit
549ed6fc6b
@ -1244,7 +1244,8 @@ static bool android_input_key_pressed(void *data, int key)
|
|||||||
rarch_joypad_info_t joypad_info;
|
rarch_joypad_info_t joypad_info;
|
||||||
android_input_t *android = (android_input_t*)data;
|
android_input_t *android = (android_input_t*)data;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
const struct retro_keybind *keyptr = input_config_binds[0][key];
|
const struct retro_keybind *keyptr = (const struct retro_keybind*)
|
||||||
|
&input_config_binds[0][key];
|
||||||
|
|
||||||
if( keyptr->valid
|
if( keyptr->valid
|
||||||
&& android_keyboard_port_input_pressed(input_config_binds[0],
|
&& android_keyboard_port_input_pressed(input_config_binds[0],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user