comparison src/cdrom/openbsd/SDL_syscdrom.c @ 2669:e27bdcc80744 gsoc2008_nds

First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired.
author Darren Alton <dalton@stevens.edu>
date Tue, 10 Jun 2008 06:45:39 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2668:bb3241de289e 2669:e27bdcc80744
182 if (delim) { 182 if (delim) {
183 SDLcdrom = delim; 183 SDLcdrom = delim;
184 } else { 184 } else {
185 SDLcdrom = NULL; 185 SDLcdrom = NULL;
186 } 186 }
187 } 187 } while (SDLcdrom);
188 while (SDLcdrom);
189 SDL_stack_free(cdpath); 188 SDL_stack_free(cdpath);
190 } 189 }
191 190
192 /* If we found our drives, there's nothing left to do */ 191 /* If we found our drives, there's nothing left to do */
193 if (SDL_numcds > 0) { 192 if (SDL_numcds > 0) {