mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(360) Build fixes
This commit is contained in:
parent
1804217fd6
commit
037edbd247
@ -29,6 +29,15 @@
|
|||||||
|
|
||||||
#define MAX_EGLIMAGE_TEXTURES 32
|
#define MAX_EGLIMAGE_TEXTURES 32
|
||||||
|
|
||||||
|
#ifdef HAVE_FBO
|
||||||
|
enum fbo_option
|
||||||
|
{
|
||||||
|
FBO_DEINIT = 0,
|
||||||
|
FBO_INIT,
|
||||||
|
FBO_REINIT
|
||||||
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
enum gfx_ctx_api
|
enum gfx_ctx_api
|
||||||
{
|
{
|
||||||
GFX_CTX_OPENGL_API,
|
GFX_CTX_OPENGL_API,
|
||||||
|
@ -164,15 +164,6 @@ enum gl_scale_type
|
|||||||
RARCH_SCALE_VIEWPORT
|
RARCH_SCALE_VIEWPORT
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef HAVE_FBO
|
|
||||||
enum fbo_option
|
|
||||||
{
|
|
||||||
FBO_DEINIT = 0,
|
|
||||||
FBO_INIT,
|
|
||||||
FBO_REINIT
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct gl_fbo_scale
|
struct gl_fbo_scale
|
||||||
{
|
{
|
||||||
enum gl_scale_type type_x;
|
enum gl_scale_type type_x;
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
#include "../gfx/shader_hlsl.h"
|
#include "../gfx/shader_hlsl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "../console/rarch_console_video.h"
|
||||||
#include "./../gfx/gfx_context.h"
|
#include "./../gfx/gfx_context.h"
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
#include "../message.h"
|
#include "../message.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user