comparison src/cdrom/beos/SDL_syscdrom.cc @ 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
191 if (delim) { 191 if (delim) {
192 SDLcdrom = delim; 192 SDLcdrom = delim;
193 } else { 193 } else {
194 SDLcdrom = NULL; 194 SDLcdrom = NULL;
195 } 195 }
196 } 196 } while (SDLcdrom);
197 while (SDLcdrom);
198 SDL_stack_free(cdpath); 197 SDL_stack_free(cdpath);
199 } 198 }
200 199
201 /* If we found our drives, there's nothing left to do */ 200 /* If we found our drives, there's nothing left to do */
202 if (SDL_numcds > 0) { 201 if (SDL_numcds > 0) {