mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Move entry up
This commit is contained in:
parent
b5b3d699bf
commit
5050ccf519
@ -651,15 +651,6 @@ static int menu_displaylist_parse_system_info(menu_displaylist_info_t *info)
|
||||
MENU_SETTINGS_CORE_INFO_NONE, 0, 0);
|
||||
}
|
||||
|
||||
{
|
||||
char cpu_str[PATH_MAX_LENGTH];
|
||||
unsigned amount_cores = cpu_features_get_core_amount();
|
||||
|
||||
snprintf(cpu_str, sizeof(cpu_str), "CPU Cores: %d\n", amount_cores);
|
||||
menu_entries_add(info->list, cpu_str, "",
|
||||
MENU_SETTINGS_CORE_INFO_NONE, 0, 0);
|
||||
}
|
||||
|
||||
{
|
||||
char cpu_str[PATH_MAX_LENGTH];
|
||||
char cpu_arch_str[PATH_MAX_LENGTH];
|
||||
@ -699,6 +690,16 @@ static int menu_displaylist_parse_system_info(menu_displaylist_info_t *info)
|
||||
MENU_SETTINGS_CORE_INFO_NONE, 0, 0);
|
||||
}
|
||||
|
||||
{
|
||||
char cpu_str[PATH_MAX_LENGTH];
|
||||
unsigned amount_cores = cpu_features_get_core_amount();
|
||||
|
||||
snprintf(cpu_str, sizeof(cpu_str), "CPU Cores: %d\n", amount_cores);
|
||||
menu_entries_add(info->list, cpu_str, "",
|
||||
MENU_SETTINGS_CORE_INFO_NONE, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
for(controller = 0; controller < MAX_USERS; controller++)
|
||||
{
|
||||
if (settings->input.autoconfigured[controller])
|
||||
|
Loading…
x
Reference in New Issue
Block a user