This commit is contained in:
twinaphex 2020-02-17 02:40:37 +01:00
parent 6e880ef686
commit a59eec01e1
2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -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)
{