mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-03 15:54:39 +00:00
Nit.
This commit is contained in:
parent
909b25c7ac
commit
33a325a730
@ -25,11 +25,10 @@
|
|||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#if defined(__APPLE__)
|
||||||
#include <OpenGL/gl.h>
|
#include <OpenGL/gl.h>
|
||||||
#include <OpenGL/glext.h>
|
#include <OpenGL/glext.h>
|
||||||
#else
|
#elif defined(__CELLOS_LV2__)
|
||||||
#ifdef __CELLOS_LV2__
|
|
||||||
#include <PSGL/psgl.h>
|
#include <PSGL/psgl.h>
|
||||||
#include <PSGL/psglu.h>
|
#include <PSGL/psglu.h>
|
||||||
#include <GLES/glext.h>
|
#include <GLES/glext.h>
|
||||||
@ -38,7 +37,6 @@
|
|||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#include <GL/glext.h>
|
#include <GL/glext.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
static inline bool gl_check_error(void)
|
static inline bool gl_check_error(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user