Enable 'Show Physical Inputs'
This commit is contained in:
parent
8acd734be2
commit
e743875de2
|
@ -316,6 +316,8 @@ static unsigned input_backtouch_enable = false;
|
||||||
static unsigned input_backtouch_toggle = false;
|
static unsigned input_backtouch_toggle = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
static bool show_physical_inputs = true;
|
||||||
|
|
||||||
static bool all_users_control_menu = false;
|
static bool all_users_control_menu = false;
|
||||||
|
|
||||||
#if defined(ANDROID) || defined(_WIN32)
|
#if defined(ANDROID) || defined(_WIN32)
|
||||||
|
|
|
@ -4885,7 +4885,7 @@ static bool setting_append_list(
|
||||||
&settings->bools.input_overlay_show_physical_inputs,
|
&settings->bools.input_overlay_show_physical_inputs,
|
||||||
MENU_ENUM_LABEL_INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS,
|
MENU_ENUM_LABEL_INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS,
|
||||||
MENU_ENUM_LABEL_VALUE_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_OFF,
|
||||||
MENU_ENUM_LABEL_VALUE_ON,
|
MENU_ENUM_LABEL_VALUE_ON,
|
||||||
&group_info,
|
&group_info,
|
||||||
|
|
Loading…
Reference in New Issue