(PS3) Fix build

This commit is contained in:
twinaphex 2013-01-08 22:24:24 +01:00
parent 5bf9eeb802
commit dfc2d7ed3f

View File

@ -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