diff options
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -331,6 +331,7 @@ const DriverDesc _video_driver_descs[] = { #if defined(WITH_SDL) { "sdl", "SDL Video Driver", &_sdl_video_driver, 1}, #endif + { "dedicated", "Dedicated Video Driver", &_dedicated_video_driver, 0}, { NULL, NULL, NULL, 0} }; |