mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
(msg_hash_us.h) Small touch up (#14246)
* Update msg_hash_us.h * Update menu_displaylist.c * Update msg_hash_us.h * Update menu_displaylist.c
This commit is contained in:
parent
349ef1add2
commit
3d69321c70
@ -602,9 +602,9 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_FEATURES,
|
||||
"CPU Features"
|
||||
)
|
||||
MSG_HASH( /* FIXME Colon should be handled in menu_display.c like the rest */
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CPU_ARCHITECTURE,
|
||||
"CPU Architecture:"
|
||||
"CPU Architecture"
|
||||
)
|
||||
MSG_HASH( /* FIXME Colon should be handled in menu_display.c like the rest */
|
||||
MENU_ENUM_LABEL_VALUE_CPU_CORES,
|
||||
|
@ -1696,7 +1696,7 @@ static unsigned menu_displaylist_parse_system_info(file_list_t *list)
|
||||
cpu_arch_str, sizeof(cpu_arch_str));
|
||||
|
||||
strlcpy(cpu_str, cpu_text_str, sizeof(cpu_str));
|
||||
strlcat(cpu_str, " ", sizeof(cpu_str));
|
||||
strlcat(cpu_str, ": ", sizeof(cpu_str));
|
||||
strlcat(cpu_str, cpu_arch_str, sizeof(cpu_str));
|
||||
|
||||
if (menu_entries_append_enum(list, cpu_str,
|
||||
|
Loading…
x
Reference in New Issue
Block a user