mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Cleanup
This commit is contained in:
parent
30dd294c43
commit
f94b5864b2
@ -33492,7 +33492,7 @@ bool video_context_driver_get_flags(gfx_ctx_flags_t *flags)
|
|||||||
return true;
|
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;
|
struct rarch_state *p_rarch = &rarch_st;
|
||||||
if (!p_rarch->video_driver_poke || !p_rarch->video_driver_poke->get_flags)
|
if (!p_rarch->video_driver_poke || !p_rarch->video_driver_poke->get_flags)
|
||||||
|
@ -1808,8 +1808,6 @@ bool video_driver_started_fullscreen(void);
|
|||||||
|
|
||||||
bool video_driver_is_threaded(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_context_driver_get_flags(gfx_ctx_flags_t *flags);
|
||||||
|
|
||||||
bool video_driver_test_all_flags(enum display_flags testflag);
|
bool video_driver_test_all_flags(enum display_flags testflag);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user