mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +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;
|
||||
}
|
||||
|
||||
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)
|
||||
return false;
|
||||
|
@ -1189,6 +1189,8 @@ bool video_driver_started_fullscreen(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,
|
||||
enum display_flags flag);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user