From faa3e3557c538eb1e285143e825a0b30898198d0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 18 Apr 2016 03:23:47 +0200 Subject: [PATCH] Exclude SDL for C89_BUILD --- gfx/drivers/gl_shaders/opaque.cg.h | 2 -- qb/config.params.sh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gfx/drivers/gl_shaders/opaque.cg.h b/gfx/drivers/gl_shaders/opaque.cg.h index 8a7f5d0abb..d55a265ade 100644 --- a/gfx/drivers/gl_shaders/opaque.cg.h +++ b/gfx/drivers/gl_shaders/opaque.cg.h @@ -1,5 +1,3 @@ -/* Used when we call deactivate() since just unbinding - * the program didn't seem to work... */ static const char *stock_cg_gl_program = "struct input" "{" diff --git a/qb/config.params.sh b/qb/config.params.sh index 43fa919a3d..7cc10a3e26 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -6,6 +6,7 @@ HAVE_XMB=auto # XMB menu HAVE_ZAHNRAD=no # Zahnrad menu HAVE_DYNAMIC=yes # Dynamic loading of libretro library HAVE_SDL=auto # SDL support +C89_SDL=no HAVE_SDL2=auto # SDL2 support (disables SDL 1.x) C89_SDL2=no HAVE_LIBUSB=auto # Libusb HID support