comparison src/cdrom/linux/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 41a5fc1825b9
children 99210400e8b9
comparison
equal deleted inserted replaced
2668:bb3241de289e 2669:e27bdcc80744
310 if (delim) { 310 if (delim) {
311 SDLcdrom = delim; 311 SDLcdrom = delim;
312 } else { 312 } else {
313 SDLcdrom = NULL; 313 SDLcdrom = NULL;
314 } 314 }
315 } 315 } while (SDLcdrom);
316 while (SDLcdrom);
317 SDL_stack_free(cdpath); 316 SDL_stack_free(cdpath);
318 } 317 }
319 318
320 /* If we found our drives, there's nothing left to do */ 319 /* If we found our drives, there's nothing left to do */
321 if (SDL_numcds > 0) { 320 if (SDL_numcds > 0) {