From dfc2d7ed3f7171f9a4a4b85594ef649d99720c32 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 8 Jan 2013 22:24:24 +0100 Subject: [PATCH] (PS3) Fix build --- gfx/context/ps3_ctx.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gfx/context/ps3_ctx.c b/gfx/context/ps3_ctx.c index ae8e64bfa9..db7717294d 100644 --- a/gfx/context/ps3_ctx.c +++ b/gfx/context/ps3_ctx.c @@ -33,6 +33,14 @@ #include "../gfx_context.h" #include "../fonts/gl_font.h" +#ifdef HAVE_GLSL +#include "../shader_glsl.h" +#endif + +#ifdef HAVE_CG +#include "../shader_cg.h" +#endif + #if defined(HAVE_RMENU) GLuint menu_texture_id; static struct texture_image menu_texture; @@ -43,6 +51,7 @@ static PSGLdevice* gl_device; static PSGLcontext* gl_context; #endif + #define HARDCODE_FONT_SIZE 0.91f #define POSITION_X 0.09f #define POSITION_X_CENTER 0.5f