mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
Another builfdix
This commit is contained in:
parent
f3b82dc998
commit
352519c91e
@ -29478,18 +29478,21 @@ static enum runloop_state runloop_check_state(retro_time_t current_time)
|
||||
#endif
|
||||
{
|
||||
input_keys_pressed(¤t_bits, &joypad_info);
|
||||
#ifdef HAVE_ACCESSIBILITY
|
||||
#ifdef HAVE_TRANSLATE
|
||||
if (settings->bools.ai_service_enable)
|
||||
{
|
||||
unsigned i;
|
||||
reset_gamepad_input_override();
|
||||
|
||||
for (int i=0;i<16;i++)
|
||||
for (i = 0; i < 16; i++)
|
||||
{
|
||||
if (ai_gamepad_state[i] == 2)
|
||||
set_gamepad_input_override(i, true);
|
||||
ai_gamepad_state[i] = 0;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user