mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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 bool g_smooth;
|
||||||
static unsigned g_egl_res;
|
static unsigned g_egl_res;
|
||||||
|
|
||||||
PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR;
|
static PFNEGLCREATEIMAGEKHRPROC peglCreateImageKHR;
|
||||||
PFNEGLDESTROYIMAGEKHRPROC peglDestroyImageKHR;
|
static PFNEGLDESTROYIMAGEKHRPROC peglDestroyImageKHR;
|
||||||
|
|
||||||
static inline bool gfx_ctx_egl_query_extension(const char *ext)
|
static inline bool gfx_ctx_egl_query_extension(const char *ext)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user