1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-27 23:37:39 +00:00

fix compile for SDL and DirectX video

This commit is contained in:
ToadKing 2013-11-01 21:13:19 -04:00
parent 0597b6e7c8
commit 375c3c6806
2 changed files with 0 additions and 2 deletions

@ -1533,7 +1533,6 @@ const video_driver_t video_d3d9 = {
"d3d9",
#ifdef HAVE_RGUI
nullptr,
nullptr,
#endif
d3d9_set_rotation,
d3d9_viewport_info,

@ -361,7 +361,6 @@ const video_driver_t video_sdl = {
#ifdef HAVE_RGUI
NULL,
NULL,
#endif
NULL,