mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 19:41:38 +12:00
Replace ENABLE_OPENGL
with PANDA3DS_ENABLE_OPENGL
This commit is contained in:
parent
c53080b444
commit
a636a0d1da
4 changed files with 10 additions and 10 deletions
|
@ -13,7 +13,7 @@
|
|||
#include "io_file.hpp"
|
||||
#include "memory.hpp"
|
||||
|
||||
#if ENABLE_OPENGL
|
||||
#if PANDA3DS_ENABLE_OPENGL
|
||||
#include "gl_state.hpp"
|
||||
#endif
|
||||
|
||||
|
@ -33,7 +33,7 @@ class Emulator {
|
|||
EmulatorConfig config;
|
||||
SDL_Window* window;
|
||||
|
||||
#if ENABLE_OPENGL
|
||||
#if PANDA3DS_ENABLE_OPENGL
|
||||
SDL_GLContext glContext;
|
||||
GLStateManager gl;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue