mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-21 10:15:28 +00:00
Enforce static on globals that aren't used outside.
This commit is contained in:
parent
dd21ae58d7
commit
653cbf1baa
@ -57,8 +57,8 @@ static VGImage g_egl_vgimage[MAX_EGLIMAGE_TEXTURES];
|
||||
static bool g_smooth;
|
||||
static unsigned g_egl_res;
|
||||
|
||||
PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR;
|
||||
PFNEGLDESTROYIMAGEKHRPROC peglDestroyImageKHR;
|
||||
static PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR;
|
||||
static PFNEGLDESTROYIMAGEKHRPROC peglDestroyImageKHR;
|
||||
|
||||
static inline bool gfx_ctx_egl_query_extension(const char *ext)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user