Set default poll behavior to 2 (late)

This commit is contained in:
twinaphex 2016-01-28 06:51:18 +01:00
parent 6d45804257
commit 13c54381e4
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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