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