mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
are those HAVE flags not set up there or something?
This commit is contained in:
parent
ac98b68f74
commit
23dc89168a
@ -15,15 +15,16 @@
|
||||
*/
|
||||
|
||||
#include "SDL.h"
|
||||
#ifdef HAVE_X11
|
||||
#include <X11/Xlib.h>
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../common/gl_common.h"
|
||||
|
||||
#ifdef HAVE_X11
|
||||
#include <X11/Xlib.h>
|
||||
#endif
|
||||
|
||||
static enum gfx_ctx_api sdl_api = GFX_CTX_OPENGL_API;
|
||||
static unsigned g_major = 2;
|
||||
static unsigned g_minor = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user