mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +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)
|
static const char *xmb_thumbnails_ident(void)
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
switch (settings->menu.thumbnails)
|
switch (settings->menu.thumbnails)
|
||||||
{
|
{
|
||||||
case 0:
|
|
||||||
return "OFF";
|
|
||||||
case 1:
|
case 1:
|
||||||
return "Named_Snaps";
|
return "Named_Snaps";
|
||||||
case 2:
|
case 2:
|
||||||
return "Named_Titles";
|
return "Named_Titles";
|
||||||
case 3:
|
case 3:
|
||||||
return "Named_Boxarts";
|
return "Named_Boxarts";
|
||||||
|
case 0:
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user