mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-31 08:33:40 +00:00
Change some setting labels
This commit is contained in:
parent
13ba77fd06
commit
c66c4443cf
@ -5103,7 +5103,7 @@ static bool setting_append_list_input_options(
|
|||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
settings->input.autoconfig_descriptor_label_show,
|
settings->input.autoconfig_descriptor_label_show,
|
||||||
"autoconfig_descriptor_label_show",
|
"autoconfig_descriptor_label_show",
|
||||||
"Show Autoconfig Descriptor Labels",
|
"Display Autoconfig Descriptor Labels",
|
||||||
true,
|
true,
|
||||||
"OFF",
|
"OFF",
|
||||||
"ON",
|
"ON",
|
||||||
@ -5115,7 +5115,7 @@ static bool setting_append_list_input_options(
|
|||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
settings->input.input_descriptor_label_show,
|
settings->input.input_descriptor_label_show,
|
||||||
"input_descriptor_label_show",
|
"input_descriptor_label_show",
|
||||||
"Show Core Input Descriptor Labels",
|
"Display Core Input Descriptor Labels",
|
||||||
input_descriptor_label_show,
|
input_descriptor_label_show,
|
||||||
"OFF",
|
"OFF",
|
||||||
"ON",
|
"ON",
|
||||||
@ -5736,7 +5736,7 @@ static bool setting_append_list_menu_options(
|
|||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
settings->menu.timedate_enable,
|
settings->menu.timedate_enable,
|
||||||
"menu_timedate_enable",
|
"menu_timedate_enable",
|
||||||
"Show time / date",
|
"Display time / date",
|
||||||
true,
|
true,
|
||||||
"OFF",
|
"OFF",
|
||||||
"ON",
|
"ON",
|
||||||
@ -5748,7 +5748,7 @@ static bool setting_append_list_menu_options(
|
|||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
settings->menu.core_enable,
|
settings->menu.core_enable,
|
||||||
"menu_core_enable",
|
"menu_core_enable",
|
||||||
"Show core name",
|
"Display core name",
|
||||||
true,
|
true,
|
||||||
"OFF",
|
"OFF",
|
||||||
"ON",
|
"ON",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user