mirror of
https://github.com/libretro/RetroArch
synced 2025-04-24 06:02:36 +00:00
Add HAVE_FBO ifdefs for gl and gx_video as well
This commit is contained in:
parent
dd697ded76
commit
e7287d19e5
2
gfx/gl.c
2
gfx/gl.c
@ -2309,8 +2309,10 @@ static void gl_apply_state_changes(void *data)
|
|||||||
static const video_poke_interface_t gl_poke_interface = {
|
static const video_poke_interface_t gl_poke_interface = {
|
||||||
gl_set_blend,
|
gl_set_blend,
|
||||||
gl_set_filtering,
|
gl_set_filtering,
|
||||||
|
#ifdef HAVE_FBO
|
||||||
gl_set_fbo_state,
|
gl_set_fbo_state,
|
||||||
gl_get_fbo_state,
|
gl_get_fbo_state,
|
||||||
|
#endif
|
||||||
gl_set_aspect_ratio,
|
gl_set_aspect_ratio,
|
||||||
gl_apply_state_changes,
|
gl_apply_state_changes,
|
||||||
#ifdef HAVE_RGUI
|
#ifdef HAVE_RGUI
|
||||||
|
@ -1038,8 +1038,6 @@ static void gx_apply_state_changes(void *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const video_poke_interface_t gx_poke_interface = {
|
static const video_poke_interface_t gx_poke_interface = {
|
||||||
NULL,
|
|
||||||
NULL,
|
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
gx_set_aspect_ratio,
|
gx_set_aspect_ratio,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user