mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
VideoCommon: remove HAS_OPENGL from VideoBackendBase
This commit is contained in:
parent
272717b3f4
commit
a34745926e
1 changed files with 0 additions and 5 deletions
|
@ -22,11 +22,6 @@
|
||||||
#include "Core/ConfigManager.h"
|
#include "Core/ConfigManager.h"
|
||||||
#include "Core/Core.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
|
// TODO: ugly
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include "VideoBackends/D3D/VideoBackend.h"
|
#include "VideoBackends/D3D/VideoBackend.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue