mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
WGL: Don't depend on Core/VideoCommon
This commit is contained in:
parent
95f3c956a8
commit
93f6563789
4 changed files with 9 additions and 27 deletions
|
@ -3,14 +3,10 @@
|
|||
// Refer to the license.txt file included.
|
||||
|
||||
#include <string>
|
||||
#include <windows.h>
|
||||
|
||||
#include "Common/GL/GLInterface/WGL.h"
|
||||
|
||||
#include "Core/Host.h"
|
||||
|
||||
#include "VideoCommon/RenderBase.h"
|
||||
#include "VideoCommon/VertexShaderManager.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
static HDC hDC = nullptr; // Private GDI Device Context
|
||||
static HGLRC hRC = nullptr; // Permanent Rendering Context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue