mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Another ifdef
This commit is contained in:
parent
22452f6cb2
commit
2e853b3f04
@ -249,6 +249,7 @@ static bool hw_render_context_is_vulkan(enum retro_hw_context_type type)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_OPENGL) && defined(HAVE_FBO)
|
||||||
static bool hw_render_context_is_gl(enum retro_hw_context_type type)
|
static bool hw_render_context_is_gl(enum retro_hw_context_type type)
|
||||||
{
|
{
|
||||||
switch (type)
|
switch (type)
|
||||||
@ -263,6 +264,7 @@ static bool hw_render_context_is_gl(enum retro_hw_context_type type)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool find_video_driver(void)
|
static bool find_video_driver(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user