GRAPHICS: Clean up OpenGL defines (#3551)

This commit is contained in:
Cameron Cawley 2021-11-17 23:56:21 +00:00 committed by GitHub
parent 1c8bb3cccc
commit 4d206e5286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 127 additions and 116 deletions

View file

@ -22,7 +22,7 @@
#include "common/scummsys.h"
#if defined(USE_GLES2) || defined(USE_OPENGL_SHADERS)
#if defined(USE_OPENGL_SHADERS)
#include "graphics/opengl/shader.h"