diff src/video/SDL_video.c @ 509:dad72daf44b3

Added initial support for Dreamcast (thanks HERO!)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Oct 2002 16:50:56 +0000
parents 0a111805b53a
children 796f2fe699be
line wrap: on
line diff
--- a/src/video/SDL_video.c	Sat Oct 05 16:27:56 2002 +0000
+++ b/src/video/SDL_video.c	Sat Oct 05 16:50:56 2002 +0000
@@ -117,6 +117,9 @@
 #ifdef ENABLE_PICOGUI
 	&PG_bootstrap,
 #endif
+#ifdef ENABLE_DC
+	&DC_bootstrap,
+#endif
 	NULL
 };