1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

(PowerPC Mac) Fall back to shader pipeline 1 for OSX PowerPC - too slow otherwise

This commit is contained in:
twinaphex 2016-05-02 04:05:03 +02:00
parent 3be2491232
commit 7f871d6e9a

View File

@ -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;