mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
xmb_gradient_ident - don't bake it in when HAVE_SHADERPIPELINE
is not defined
This commit is contained in:
parent
cf996f724e
commit
b83d58cd59
@ -351,6 +351,7 @@ static const char *xmb_thumbnails_ident(void)
|
||||
return "OFF";
|
||||
}
|
||||
|
||||
#ifdef HAVE_SHADERPIPELINE
|
||||
static float *xmb_gradient_ident(void)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
@ -380,6 +381,7 @@ static float *xmb_gradient_ident(void)
|
||||
|
||||
return &gradient_legacy_red[0];
|
||||
}
|
||||
#endif
|
||||
|
||||
static void xmb_fill_default_background_path(xmb_handle_t *xmb,
|
||||
char *path, size_t size)
|
||||
|
Loading…
Reference in New Issue
Block a user