mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(PS3) Fix build
This commit is contained in:
parent
5bf9eeb802
commit
dfc2d7ed3f
@ -33,6 +33,14 @@
|
|||||||
#include "../gfx_context.h"
|
#include "../gfx_context.h"
|
||||||
#include "../fonts/gl_font.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)
|
#if defined(HAVE_RMENU)
|
||||||
GLuint menu_texture_id;
|
GLuint menu_texture_id;
|
||||||
static struct texture_image menu_texture;
|
static struct texture_image menu_texture;
|
||||||
@ -43,6 +51,7 @@ static PSGLdevice* gl_device;
|
|||||||
static PSGLcontext* gl_context;
|
static PSGLcontext* gl_context;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define HARDCODE_FONT_SIZE 0.91f
|
#define HARDCODE_FONT_SIZE 0.91f
|
||||||
#define POSITION_X 0.09f
|
#define POSITION_X 0.09f
|
||||||
#define POSITION_X_CENTER 0.5f
|
#define POSITION_X_CENTER 0.5f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user