Enable 'Show Physical Inputs'

This commit is contained in:
twinaphex 2017-08-16 22:30:15 +02:00
parent 8acd734be2
commit e743875de2
2 changed files with 3 additions and 1 deletions

View File

@ -316,6 +316,8 @@ static unsigned input_backtouch_enable = false;
static unsigned input_backtouch_toggle = false;
#endif
static bool show_physical_inputs = true;
static bool all_users_control_menu = false;
#if defined(ANDROID) || defined(_WIN32)

View File

@ -4885,7 +4885,7 @@ static bool setting_append_list(
&settings->bools.input_overlay_show_physical_inputs,
MENU_ENUM_LABEL_INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS,
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS,
false,
show_physical_inputs,
MENU_ENUM_LABEL_VALUE_OFF,
MENU_ENUM_LABEL_VALUE_ON,
&group_info,