mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
fix compile for SDL and DirectX video
This commit is contained in:
parent
0597b6e7c8
commit
375c3c6806
@ -1533,7 +1533,6 @@ const video_driver_t video_d3d9 = {
|
|||||||
"d3d9",
|
"d3d9",
|
||||||
#ifdef HAVE_RGUI
|
#ifdef HAVE_RGUI
|
||||||
nullptr,
|
nullptr,
|
||||||
nullptr,
|
|
||||||
#endif
|
#endif
|
||||||
d3d9_set_rotation,
|
d3d9_set_rotation,
|
||||||
d3d9_viewport_info,
|
d3d9_viewport_info,
|
||||||
|
@ -361,7 +361,6 @@ const video_driver_t video_sdl = {
|
|||||||
|
|
||||||
#ifdef HAVE_RGUI
|
#ifdef HAVE_RGUI
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user