mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Buildfix for Cg
This commit is contained in:
parent
794f9c8968
commit
46dc4508f4
@ -3291,7 +3291,7 @@ bool video_context_driver_show_mouse(bool *bool_data)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool video_context_driver_get_flags(gfx_ctx_flags_t *flags)
|
bool video_context_driver_get_flags(gfx_ctx_flags_t *flags)
|
||||||
{
|
{
|
||||||
if (!current_video_context.get_flags)
|
if (!current_video_context.get_flags)
|
||||||
return false;
|
return false;
|
||||||
|
@ -1189,6 +1189,8 @@ bool video_driver_started_fullscreen(void);
|
|||||||
|
|
||||||
bool video_driver_is_threaded(void);
|
bool video_driver_is_threaded(void);
|
||||||
|
|
||||||
|
bool video_context_driver_get_flags(gfx_ctx_flags_t *flags);
|
||||||
|
|
||||||
bool video_driver_get_all_flags(gfx_ctx_flags_t *flags,
|
bool video_driver_get_all_flags(gfx_ctx_flags_t *flags,
|
||||||
enum display_flags flag);
|
enum display_flags flag);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user