VideoCommon: remove HAS_OPENGL from VideoBackendBase

This commit is contained in:
iwubcode 2020-10-23 16:52:53 -05:00
parent 272717b3f4
commit a34745926e

View file

@ -22,11 +22,6 @@
#include "Core/ConfigManager.h"
#include "Core/Core.h"
// OpenGL is not available on Windows-on-ARM64
#if !defined(_WIN32) || !defined(_M_ARM64)
#define HAS_OPENGL 1
#endif
// TODO: ugly
#ifdef _WIN32
#include "VideoBackends/D3D/VideoBackend.h"