mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoCommon: remove HAS_OPENGL from VideoBackendBase
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user