One more dehardcode

This commit is contained in:
twinaphex 2016-07-14 18:20:36 +02:00
parent 14797ae18e
commit 401eb7bc7a

View File

@ -373,7 +373,7 @@ static float *xmb_gradient_ident(void)
return &gradient_volcanic_red[0];
case XMB_THEME_DARK:
return &gradient_dark[0];
case 0:
case XMB_THEME_LEGACY_RED:
default:
break;
}