mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-11 01:57:16 +00:00
Cleanups
This commit is contained in:
parent
6e880ef686
commit
a59eec01e1
@ -39,9 +39,6 @@
|
||||
#include "menu_input.h"
|
||||
#include "menu_entries.h"
|
||||
#include "widgets/menu_dialog.h"
|
||||
#ifdef HAVE_MENU_WIDGETS
|
||||
#include "../gfx/gfx_widgets.h"
|
||||
#endif
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
#include "menu_shader.h"
|
||||
#endif
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
static struct video_shader *menu_driver_shader = NULL;
|
||||
/* indicative of whether shader was modified from the menus: */
|
||||
static bool menu_driver_shader_modified = true;
|
||||
static bool menu_driver_shader_modified = true;
|
||||
|
||||
void menu_shader_set_modified(bool modified)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user