Mercurial > sdl-ios-xcode
comparison src/cdrom/freebsd/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 |
---|---|
174 if (delim) { | 174 if (delim) { |
175 SDLcdrom = delim; | 175 SDLcdrom = delim; |
176 } else { | 176 } else { |
177 SDLcdrom = NULL; | 177 SDLcdrom = NULL; |
178 } | 178 } |
179 } | 179 } while (SDLcdrom); |
180 while (SDLcdrom); | |
181 SDL_stack_free(cdpath); | 180 SDL_stack_free(cdpath); |
182 } | 181 } |
183 | 182 |
184 /* If we found our drives, there's nothing left to do */ | 183 /* If we found our drives, there's nothing left to do */ |
185 if (SDL_numcds > 0) { | 184 if (SDL_numcds > 0) { |