This commit is contained in:
twinaphex 2016-04-27 14:29:28 +02:00
parent 0264863520
commit 15a30dae70
2 changed files with 2 additions and 1 deletions

View File

@ -126,8 +126,10 @@ static const char *glsl_prefixes[] = {
#include "../drivers/gl_shaders/pipeline_xmb_ribbon_simple.glsl.vert.h"
#include "../drivers/gl_shaders/pipeline_xmb_ribbon_simple.glsl.frag.h"
#if !defined(HAVE_OPENGLES2)
#include "../drivers/gl_shaders/pipeline_xmb_ribbon.glsl.vert.h"
#include "../drivers/gl_shaders/pipeline_xmb_ribbon.glsl.frag.h"
#endif
typedef struct glsl_shader_data
{

View File

@ -3031,7 +3031,6 @@ static bool menu_displaylist_push(menu_displaylist_ctx_entry_t *entry)
const char *label = NULL;
unsigned type = 0;
menu_displaylist_info_t info = {0};
settings_t *settings = config_get_ptr();
if (!entry)
return false;