mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
Set default poll behavior to 2 (late)
This commit is contained in:
parent
6d45804257
commit
13c54381e4
@ -756,7 +756,7 @@ static const bool input_descriptor_hide_unbound = false;
|
||||
|
||||
static const unsigned input_max_users = 5;
|
||||
|
||||
static const unsigned input_poll_type_behavior = 1;
|
||||
static const unsigned input_poll_type_behavior = 2;
|
||||
|
||||
#ifdef IOS
|
||||
static const bool ui_companion_start_on_boot = false;
|
||||
|
@ -484,7 +484,7 @@ static void config_set_defaults(void)
|
||||
#endif
|
||||
settings->input.keyboard_gamepad_enable = true;
|
||||
settings->input.keyboard_gamepad_mapping_type = 1;
|
||||
settings->input.poll_type_behavior = 1;
|
||||
settings->input.poll_type_behavior = 2;
|
||||
#ifdef HAVE_FFMPEG
|
||||
settings->multimedia.builtin_mediaplayer_enable = true;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user