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