Mercurial > sdl-ios-xcode
comparison src/cdrom/SDL_cdrom.c @ 1978:542c78b6fb12
MacOS Classic is no longer supported.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Aug 2006 14:54:23 +0000 |
parents | c121d94672cb |
children | e1da92da346c |
comparison
equal
deleted
inserted
replaced
1977:754847f19490 | 1978:542c78b6fb12 |
---|---|
24 /* This is the CD-audio control API for Simple DirectMedia Layer */ | 24 /* This is the CD-audio control API for Simple DirectMedia Layer */ |
25 | 25 |
26 #include "SDL_cdrom.h" | 26 #include "SDL_cdrom.h" |
27 #include "SDL_syscdrom.h" | 27 #include "SDL_syscdrom.h" |
28 | 28 |
29 #if !defined(__MACOS__) | |
30 #define CLIP_FRAMES 10 /* Some CD-ROMs won't go all the way */ | 29 #define CLIP_FRAMES 10 /* Some CD-ROMs won't go all the way */ |
31 #endif | |
32 | 30 |
33 static int SDL_cdinitted = 0; | 31 static int SDL_cdinitted = 0; |
34 static SDL_CD *default_cdrom; | 32 static SDL_CD *default_cdrom; |
35 | 33 |
36 /* The system level CD-ROM control functions */ | 34 /* The system level CD-ROM control functions */ |