mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
(PowerPC Mac) Fall back to shader pipeline 1 for OSX PowerPC - too slow otherwise
This commit is contained in:
parent
3be2491232
commit
7f871d6e9a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user