mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 19:20:48 +00:00
xmb_thumbnails_ident - cleanup
This commit is contained in:
parent
1f7e6690e3
commit
6f0011fd9f
@ -253,16 +253,16 @@ static const char *xmb_theme_ident(void)
|
||||
static const char *xmb_thumbnails_ident(void)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
switch (settings->menu.thumbnails)
|
||||
{
|
||||
case 0:
|
||||
return "OFF";
|
||||
case 1:
|
||||
return "Named_Snaps";
|
||||
case 2:
|
||||
return "Named_Titles";
|
||||
case 3:
|
||||
return "Named_Boxarts";
|
||||
case 0:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user