From b9e9cc534c89f990904557653a9044a015ea747e Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Tue, 28 Mar 2023 21:07:50 +0200 Subject: [PATCH] lr: build fix when USE_OPENGL=OFF Issue #997 --- core/wsi/libretro.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/wsi/libretro.cpp b/core/wsi/libretro.cpp index d9b140566..7b7a44535 100644 --- a/core/wsi/libretro.cpp +++ b/core/wsi/libretro.cpp @@ -24,9 +24,7 @@ LibretroGraphicsContext theGLContext; #endif -#if defined(HAVE_D3D11) && !(defined(HAVE_OPENGL) || defined(HAVE_OPENGLES)) #include "context.h" -#endif GraphicsContext *GraphicsContext::instance; #endif