mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
parent
522d1ed16d
commit
54d0d84696
@ -1466,7 +1466,7 @@ static ozone_theme_t ozone_theme_purple_rain = {
|
||||
{0}, /* textures */
|
||||
|
||||
/* No theme assets */
|
||||
"purple_rain", /* name */
|
||||
"purple_rain" /* name */
|
||||
};
|
||||
|
||||
static ozone_theme_t *ozone_themes[] = {
|
||||
@ -1612,6 +1612,9 @@ static void ozone_set_color_theme(ozone_handle_t *ozone, unsigned color_theme)
|
||||
case OZONE_COLOR_THEME_GRAY_LIGHT:
|
||||
theme = &ozone_theme_gray_light;
|
||||
break;
|
||||
case OZONE_COLOR_THEME_PURPLE_RAIN:
|
||||
theme = &ozone_theme_purple_rain;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user