mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 16:01:09 -04:00
VideoCommon: remove HAS_OPENGL from VideoBackendBase
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user