mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
VideoCommon: remove HAS_OPENGL from VideoBackendBase
This commit is contained in:
parent
272717b3f4
commit
a34745926e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user