mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
(Xbox 1) Build fix
This commit is contained in:
parent
6bc690b774
commit
0b0a9e0f96
@ -220,7 +220,7 @@ static void* xinput_input_init(void)
|
||||
static void xinput_input_post_init(void)
|
||||
{
|
||||
for(unsigned i = 0; i < MAX_PADS; i++)
|
||||
xinput_input_set_analog_pad_mapping(g_settings.input.dpad_emulation[i], i);
|
||||
xinput_input_set_analog_dpad_mapping(g_settings.input.dpad_emulation[i], i);
|
||||
}
|
||||
|
||||
static bool xinput_input_key_pressed(void *data, int key)
|
||||
|
Loading…
x
Reference in New Issue
Block a user