mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Use HAVE_PSGL instead.
This commit is contained in:
parent
7d942adaa3
commit
b5f46120a3
@ -3,7 +3,7 @@
|
||||
|
||||
#include "rglgen.h"
|
||||
|
||||
#ifndef RARCH_CONSOLE
|
||||
#ifndef HAVE_PSGL
|
||||
#ifdef HAVE_OPENGLES2
|
||||
#include "glsym_es2.h"
|
||||
#else
|
||||
|
@ -205,7 +205,7 @@ VIDEO DRIVER
|
||||
#ifdef HAVE_OPENGL
|
||||
#include "../gfx/gl.c"
|
||||
|
||||
#ifndef RARCH_CONSOLE
|
||||
#ifndef HAVE_PSGL
|
||||
#include "../gfx/glsym/rglgen.c"
|
||||
#ifdef HAVE_OPENGLES2
|
||||
#include "../gfx/glsym/glsym_es2.c"
|
||||
|
Loading…
Reference in New Issue
Block a user