mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
(Menu) Cleanup
This commit is contained in:
parent
8d1d4f2c6e
commit
6752687f16
@ -854,15 +854,7 @@ static int menu_settings_iterate(void *data, void *video_data, unsigned action)
|
|||||||
file_list_get_at_offset(rgui->selection_buf, rgui->selection_ptr, &label, &type);
|
file_list_get_at_offset(rgui->selection_buf, rgui->selection_ptr, &label, &type);
|
||||||
|
|
||||||
if (type == RGUI_SETTINGS_CORE)
|
if (type == RGUI_SETTINGS_CORE)
|
||||||
{
|
|
||||||
#if defined(HAVE_DYNAMIC)
|
|
||||||
label = rgui->libretro_dir;
|
label = rgui->libretro_dir;
|
||||||
#elif defined(HAVE_LIBRETRO_MANAGEMENT)
|
|
||||||
label = default_paths.core_dir;
|
|
||||||
#else
|
|
||||||
label = ""; // Shouldn't happen ...
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
else if (type == RGUI_SETTINGS_CONFIG)
|
else if (type == RGUI_SETTINGS_CONFIG)
|
||||||
label = g_settings.rgui_config_directory;
|
label = g_settings.rgui_config_directory;
|
||||||
else if (type == RGUI_SETTINGS_DISK_APPEND)
|
else if (type == RGUI_SETTINGS_DISK_APPEND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user