mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 23:42:14 +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";
|
return "OFF";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_SHADERPIPELINE
|
||||||
static float *xmb_gradient_ident(void)
|
static float *xmb_gradient_ident(void)
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
@ -380,6 +381,7 @@ static float *xmb_gradient_ident(void)
|
|||||||
|
|
||||||
return &gradient_legacy_red[0];
|
return &gradient_legacy_red[0];
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void xmb_fill_default_background_path(xmb_handle_t *xmb,
|
static void xmb_fill_default_background_path(xmb_handle_t *xmb,
|
||||||
char *path, size_t size)
|
char *path, size_t size)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user