Mercurial > sdl-ios-xcode
comparison src/cdrom/macosx/CDPlayer.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 |
---|---|
398 if (trackID < numTracks) | 398 if (trackID < numTracks) |
399 memcpy(&trackFiles[trackID], &ref, sizeof(FSRef)); | 399 memcpy(&trackFiles[trackID], &ref, sizeof(FSRef)); |
400 } | 400 } |
401 CFRelease(name); | 401 CFRelease(name); |
402 } | 402 } |
403 } | 403 } while (noErr == result); |
404 while (noErr == result); | |
405 FSCloseIterator(iterator); | 404 FSCloseIterator(iterator); |
406 } | 405 } |
407 | 406 |
408 return 0; | 407 return 0; |
409 } | 408 } |