mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
remap-redux part2: let's use this function instead, add logging
This commit is contained in:
parent
1fa28f0e31
commit
4260423e48
@ -144,7 +144,7 @@ void input_mapper_poll(input_mapper_t *handle)
|
|||||||
is assigned to any other button than the default one, then it sets the bit on the
|
is assigned to any other button than the default one, then it sets the bit on the
|
||||||
mapper input bitmap, later on the original input is cleared in input_state */
|
mapper input bitmap, later on the original input is cleared in input_state */
|
||||||
BIT256_CLEAR_ALL(handle->buttons[i]);
|
BIT256_CLEAR_ALL(handle->buttons[i]);
|
||||||
input_get_state_for_port(settings, 0, ¤t_input);
|
input_get_state_for_port(settings, i, ¤t_input);
|
||||||
|
|
||||||
for (j = 0; j < RARCH_FIRST_CUSTOM_BIND; j++)
|
for (j = 0; j < RARCH_FIRST_CUSTOM_BIND; j++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user