mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-05 01:16:38 +00:00
Turn some variables static
This commit is contained in:
parent
3ae54e0eed
commit
c0431b34c9
@ -205,9 +205,9 @@ static slock_t *display_lock = NULL;
|
||||
static slock_t *context_lock = NULL;
|
||||
#endif
|
||||
|
||||
gfx_ctx_driver_t current_video_context;
|
||||
static gfx_ctx_driver_t current_video_context;
|
||||
|
||||
void *video_context_data = NULL;
|
||||
static void *video_context_data = NULL;
|
||||
|
||||
shader_backend_t *current_shader = NULL;
|
||||
void *shader_data = NULL;
|
||||
|
@ -1184,10 +1184,6 @@ bool video_context_driver_input_driver(gfx_ctx_input_t *inp);
|
||||
|
||||
void video_context_driver_free(void);
|
||||
|
||||
extern gfx_ctx_driver_t current_video_context;
|
||||
|
||||
extern void *video_context_data;
|
||||
|
||||
bool video_shader_driver_get_prev_textures(video_shader_ctx_texture_t *texture);
|
||||
|
||||
bool video_shader_driver_get_ident(video_shader_ctx_ident_t *ident);
|
||||
|
Loading…
Reference in New Issue
Block a user