mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Get rid of global g_egl_api now too
This commit is contained in:
parent
22a677b3a8
commit
7da0739b61
@ -25,7 +25,6 @@
|
|||||||
volatile sig_atomic_t g_egl_quit;
|
volatile sig_atomic_t g_egl_quit;
|
||||||
bool g_egl_inited;
|
bool g_egl_inited;
|
||||||
|
|
||||||
enum gfx_ctx_api g_egl_api;
|
|
||||||
unsigned g_egl_major = 0;
|
unsigned g_egl_major = 0;
|
||||||
unsigned g_egl_minor = 0;
|
unsigned g_egl_minor = 0;
|
||||||
|
|
||||||
|
@ -63,7 +63,6 @@ extern bool g_egl_inited;
|
|||||||
|
|
||||||
/* bind_api is called before init so we need these, please
|
/* bind_api is called before init so we need these, please
|
||||||
* try no to use them outside of bind_api() and init() */
|
* try no to use them outside of bind_api() and init() */
|
||||||
extern enum gfx_ctx_api g_egl_api;
|
|
||||||
extern unsigned g_egl_major;
|
extern unsigned g_egl_major;
|
||||||
extern unsigned g_egl_minor;
|
extern unsigned g_egl_minor;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user