mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-20 01:22:16 +00:00
CLeanups
This commit is contained in:
parent
0264863520
commit
15a30dae70
@ -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
|
||||
{
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user