mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
(PS3) Fix build
This commit is contained in:
parent
5bf9eeb802
commit
dfc2d7ed3f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user