This commit is contained in:
twinaphex 2020-07-25 19:58:14 +02:00
parent 30dd294c43
commit f94b5864b2
2 changed files with 1 additions and 3 deletions

View File

@ -33492,7 +33492,7 @@ bool video_context_driver_get_flags(gfx_ctx_flags_t *flags)
return true;
}
bool video_driver_get_flags(gfx_ctx_flags_t *flags)
static bool video_driver_get_flags(gfx_ctx_flags_t *flags)
{
struct rarch_state *p_rarch = &rarch_st;
if (!p_rarch->video_driver_poke || !p_rarch->video_driver_poke->get_flags)

View File

@ -1808,8 +1808,6 @@ bool video_driver_started_fullscreen(void);
bool video_driver_is_threaded(void);
bool video_driver_get_flags(gfx_ctx_flags_t *flags);
bool video_context_driver_get_flags(gfx_ctx_flags_t *flags);
bool video_driver_test_all_flags(enum display_flags testflag);