mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(D3D) Build fix
This commit is contained in:
parent
9a0c0d8b74
commit
59c6bfc772
@ -1921,7 +1921,6 @@ static const video_poke_interface_t d3d_poke_interface = {
|
||||
#ifdef HAVE_FBO
|
||||
NULL,
|
||||
#endif
|
||||
NULL,
|
||||
NULL,
|
||||
d3d_set_aspect_ratio,
|
||||
d3d_apply_state_changes,
|
||||
|
@ -509,7 +509,6 @@ const gfx_ctx_driver_t gfx_ctx_d3d = {
|
||||
gfx_ctx_d3d_swap_buffers,
|
||||
gfx_ctx_d3d_input_driver,
|
||||
NULL,
|
||||
NULL,
|
||||
#ifdef HAVE_EGL
|
||||
NULL,
|
||||
NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user