mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(d3d_ctx.cpp) Add HAVE_EGL check
This commit is contained in:
parent
b857890d1e
commit
1331e50bf2
@ -461,6 +461,10 @@ const gfx_ctx_driver_t gfx_ctx_d3d = {
|
||||
gfx_ctx_d3d_swap_buffers,
|
||||
gfx_ctx_d3d_input_driver,
|
||||
NULL,
|
||||
#ifdef HAVE_EGL
|
||||
NULL,
|
||||
NULL,
|
||||
#endif
|
||||
gfx_ctx_d3d_show_mouse,
|
||||
"d3d",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user