mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Get rid of ifdef for menu_shader_pipeline
This commit is contained in:
parent
99466cba86
commit
aa10eecbbf
@ -263,13 +263,11 @@ static float menu_footer_opacity = 1.000;
|
|||||||
|
|
||||||
static float menu_header_opacity = 1.000;
|
static float menu_header_opacity = 1.000;
|
||||||
|
|
||||||
#if defined(HAVE_CG) || defined(HAVE_HLSL) || defined(HAVE_GLSL) || defined(HAVE_VULKAN)
|
|
||||||
#if defined(HAVE_OPENGLES2) || (defined(__MACH__) && (defined(__ppc__) || defined(__ppc64__)))
|
#if defined(HAVE_OPENGLES2) || (defined(__MACH__) && (defined(__ppc__) || defined(__ppc64__)))
|
||||||
static unsigned menu_shader_pipeline = 1;
|
static unsigned menu_shader_pipeline = 1;
|
||||||
#else
|
#else
|
||||||
static unsigned menu_shader_pipeline = 2;
|
static unsigned menu_shader_pipeline = 2;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool show_advanced_settings = false;
|
static bool show_advanced_settings = false;
|
||||||
static const uint32_t menu_entry_normal_color = 0xffffffff;
|
static const uint32_t menu_entry_normal_color = 0xffffffff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user