Skip to content

Commit

Permalink
Should fix analog remap issues
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Sep 5, 2019
1 parent c566b7e commit dec3067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retroarch.c
Expand Up @@ -11648,7 +11648,7 @@ static void input_driver_poll(void)
{
for (j = 0; j < 2; j++)
{
unsigned offset = 0 + (i * 4) + (j * 2);
unsigned offset = 0 + (k * 4) + (j * 2);
int16_t val = input_joypad_analog(joypad_driver,
joypad_info[i], i, k, j, libretro_input_binds[i]);

Expand Down

0 comments on commit dec3067

Please sign in to comment.