mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
cleanup
This commit is contained in:
parent
efce234dc4
commit
503658b446
@ -97,10 +97,7 @@ void input_mapper_poll(input_mapper_t *handle)
|
|||||||
input_keyboard_event(true, settings->uints.input_keymapper_ids[i], 0, 0, RETRO_DEVICE_KEYBOARD);
|
input_keyboard_event(true, settings->uints.input_keymapper_ids[i], 0, 0, RETRO_DEVICE_KEYBOARD);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
input_keyboard_event(false, settings->uints.input_keymapper_ids[i], 0, 0, RETRO_DEVICE_KEYBOARD);
|
||||||
input_keyboard_event(false, settings->uints.input_keymapper_ids[i], 0, 0, RETRO_DEVICE_KEYBOARD);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user