From 7f871d6e9a319476bd30a0f2e8238c42bd0c095b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 2 May 2016 04:05:03 +0200 Subject: [PATCH] (PowerPC Mac) Fall back to shader pipeline 1 for OSX PowerPC - too slow otherwise --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 9489b966a3..673b15a417 100644 --- a/config.def.h +++ b/config.def.h @@ -521,7 +521,7 @@ static bool xmb_shadows_enable = true; static unsigned menu_background_gradient = 4; -#if defined(HAVE_OPENGLES2) +#if defined(HAVE_OPENGLES2) || defined(OSX_PPC) static unsigned menu_shader_pipeline = 1; #else static unsigned menu_shader_pipeline = 2;