mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Move GLInterface.h into GLInterface directory
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
// http://code.google.com/p/dolphin-emu/
|
// http://code.google.com/p/dolphin-emu/
|
||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include "GLInterface.h"
|
#include "GLInterface/GLInterface.h"
|
||||||
#include "Android/ButtonManager.h"
|
#include "Android/ButtonManager.h"
|
||||||
|
|
||||||
namespace ButtonManager
|
namespace ButtonManager
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <wx/panel.h>
|
#include <wx/panel.h>
|
||||||
|
|
||||||
#include "VertexShaderManager.h"
|
#include "VertexShaderManager.h"
|
||||||
#include "../GLInterface.h"
|
#include "GLInterface.h"
|
||||||
#include "AGL.h"
|
#include "AGL.h"
|
||||||
|
|
||||||
void cInterfaceAGL::Swap()
|
void cInterfaceAGL::Swap()
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include "Host.h"
|
#include "Host.h"
|
||||||
#include "RenderBase.h"
|
#include "RenderBase.h"
|
||||||
|
|
||||||
#include "../GLInterface.h"
|
#include "GLInterface.h"
|
||||||
#include "EGL.h"
|
#include "EGL.h"
|
||||||
|
|
||||||
// Show the current FPS
|
// Show the current FPS
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include "RenderBase.h"
|
#include "RenderBase.h"
|
||||||
#include "VideoConfig.h"
|
#include "VideoConfig.h"
|
||||||
|
|
||||||
#include "../GLInterface.h"
|
#include "GLInterface.h"
|
||||||
#include "GLX.h"
|
#include "GLX.h"
|
||||||
|
|
||||||
typedef int ( * PFNGLXSWAPINTERVALSGIPROC) (int interval);
|
typedef int ( * PFNGLXSWAPINTERVALSGIPROC) (int interval);
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
// http://code.google.com/p/dolphin-emu/
|
// http://code.google.com/p/dolphin-emu/
|
||||||
|
|
||||||
#include "Host.h"
|
#include "Host.h"
|
||||||
#include "GLInterface.h"
|
#include "GLInterface/GLInterface.h"
|
||||||
|
|
||||||
bool cPlatform::SelectDisplay(void)
|
bool cPlatform::SelectDisplay(void)
|
||||||
{
|
{
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#include "RenderBase.h"
|
#include "RenderBase.h"
|
||||||
|
|
||||||
#include "VertexShaderManager.h"
|
#include "VertexShaderManager.h"
|
||||||
#include "../GLInterface.h"
|
#include "GLInterface.h"
|
||||||
#include "WGL.h"
|
#include "WGL.h"
|
||||||
|
|
||||||
#include "EmuWindow.h"
|
#include "EmuWindow.h"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include "Core.h"
|
#include "Core.h"
|
||||||
#include "State.h"
|
#include "State.h"
|
||||||
#include "../GLInterface.h"
|
#include "GLInterface.h"
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include "Host.h"
|
#include "Host.h"
|
||||||
#include "VideoConfig.h"
|
#include "VideoConfig.h"
|
||||||
#include "../GLInterface.h"
|
#include "GLInterface.h"
|
||||||
|
|
||||||
#if USE_EGL
|
#if USE_EGL
|
||||||
bool cXInterface::ServerConnect(void)
|
bool cXInterface::ServerConnect(void)
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#if HAVE_WAYLAND
|
#if HAVE_WAYLAND
|
||||||
#include <wayland-client.h>
|
#include <wayland-client.h>
|
||||||
#include "GLInterface.h"
|
#include "GLInterface/GLInterface.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include "ControllerInterface.h"
|
#include "ControllerInterface.h"
|
||||||
|
|
||||||
#if USE_EGL
|
#if USE_EGL
|
||||||
#include "GLInterface.h"
|
#include "GLInterface/GLInterface.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CIFACE_USE_XINPUT
|
#ifdef CIFACE_USE_XINPUT
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "GLInterface.h"
|
#include "GLInterface/GLInterface.h"
|
||||||
|
|
||||||
#include "gl_1_1.h"
|
#include "gl_1_1.h"
|
||||||
#include "gl_1_2.h"
|
#include "gl_1_2.h"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include "VideoConfig.h"
|
#include "VideoConfig.h"
|
||||||
#include "MathUtil.h"
|
#include "MathUtil.h"
|
||||||
#include "GLInterface.h"
|
#include "GLInterface/GLInterface.h"
|
||||||
#include "GLExtensions/GLExtensions.h"
|
#include "GLExtensions/GLExtensions.h"
|
||||||
|
|
||||||
#ifndef GL_DEPTH24_STENCIL8_EXT // allows FBOs to support stencils
|
#ifndef GL_DEPTH24_STENCIL8_EXT // allows FBOs to support stencils
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// Licensed under GPLv2
|
// Licensed under GPLv2
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#include "GLInterface.h"
|
#include "GLInterface/GLInterface.h"
|
||||||
#include "RenderBase.h"
|
#include "RenderBase.h"
|
||||||
#include "GLUtil.h"
|
#include "GLUtil.h"
|
||||||
#include "PerfQuery.h"
|
#include "PerfQuery.h"
|
||||||
|
Reference in New Issue
Block a user