Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
508:9ff7e90aaa94 | 509:dad72daf44b3 |
---|---|
114 #ifdef ENABLE_QTOPIA | 114 #ifdef ENABLE_QTOPIA |
115 &Qtopia_bootstrap, | 115 &Qtopia_bootstrap, |
116 #endif | 116 #endif |
117 #ifdef ENABLE_PICOGUI | 117 #ifdef ENABLE_PICOGUI |
118 &PG_bootstrap, | 118 &PG_bootstrap, |
119 #endif | |
120 #ifdef ENABLE_DC | |
121 &DC_bootstrap, | |
119 #endif | 122 #endif |
120 NULL | 123 NULL |
121 }; | 124 }; |
122 | 125 |
123 SDL_VideoDevice *current_video = NULL; | 126 SDL_VideoDevice *current_video = NULL; |