mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 11:31:39 +12:00
Migrate OpenGL specific headers to renderer_gl
This commit is contained in:
parent
a636a0d1da
commit
4864c51125
7 changed files with 7 additions and 14 deletions
|
@ -13,10 +13,6 @@
|
|||
#include "io_file.hpp"
|
||||
#include "memory.hpp"
|
||||
|
||||
#if PANDA3DS_ENABLE_OPENGL
|
||||
#include "gl_state.hpp"
|
||||
#endif
|
||||
|
||||
#ifdef PANDA3DS_ENABLE_HTTP_SERVER
|
||||
#include "httpserver.hpp"
|
||||
#endif
|
||||
|
@ -35,7 +31,6 @@ class Emulator {
|
|||
|
||||
#if PANDA3DS_ENABLE_OPENGL
|
||||
SDL_GLContext glContext;
|
||||
GLStateManager gl;
|
||||
#endif
|
||||
|
||||
SDL_GameController* gameController = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue