mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 09:32:58 +00:00
Should fix analog remap issues
This commit is contained in:
parent
c566b7eca5
commit
dec30677d9
@ -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]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user