ALL: Separate USE_OPENGL and USE_OPENG_GAME. Exclude WME3D for GLES2 for now.

This commit is contained in:
Paweł Kołodziejski 2020-10-10 14:12:07 +02:00
parent e20bddb738
commit 264f6f037b
46 changed files with 86 additions and 76 deletions

View file

@ -22,7 +22,7 @@
#include "common/scummsys.h"
#if defined(USE_OPENGL) || defined(USE_GLES2) || defined(USE_OPENGL_SHADERS)
#if defined(USE_OPENGL_GAME) || defined(USE_GLES2) || defined(USE_OPENGL_SHADERS)
#include "engines/myst3/gfx_opengl_texture.h"