mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +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_max_users = 5;
|
||||||
|
|
||||||
static const unsigned input_poll_type_behavior = 1;
|
static const unsigned input_poll_type_behavior = 2;
|
||||||
|
|
||||||
#ifdef IOS
|
#ifdef IOS
|
||||||
static const bool ui_companion_start_on_boot = false;
|
static const bool ui_companion_start_on_boot = false;
|
||||||
|
@ -484,7 +484,7 @@ static void config_set_defaults(void)
|
|||||||
#endif
|
#endif
|
||||||
settings->input.keyboard_gamepad_enable = true;
|
settings->input.keyboard_gamepad_enable = true;
|
||||||
settings->input.keyboard_gamepad_mapping_type = 1;
|
settings->input.keyboard_gamepad_mapping_type = 1;
|
||||||
settings->input.poll_type_behavior = 1;
|
settings->input.poll_type_behavior = 2;
|
||||||
#ifdef HAVE_FFMPEG
|
#ifdef HAVE_FFMPEG
|
||||||
settings->multimedia.builtin_mediaplayer_enable = true;
|
settings->multimedia.builtin_mediaplayer_enable = true;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user