comparison src/audio/mint/SDL_mintaudio.c @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb e958a003b69b
comparison
equal deleted inserted replaced
1658:e49147870aac 1659:14717b52abc0
40 /* The audio device */ 40 /* The audio device */
41 41
42 SDL_AudioDevice *SDL_MintAudio_device; 42 SDL_AudioDevice *SDL_MintAudio_device;
43 Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */ 43 Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */
44 unsigned long SDL_MintAudio_audiosize; /* Length of audio buffer=spec->size */ 44 unsigned long SDL_MintAudio_audiosize; /* Length of audio buffer=spec->size */
45 unsigned short SDL_MintAudio_numbuf; /* Buffer to play */ 45 volatile unsigned short SDL_MintAudio_numbuf; /* Buffer to play */
46 unsigned short SDL_MintAudio_mutex; 46 volatile unsigned short SDL_MintAudio_mutex;
47 unsigned long SDL_MintAudio_clocktics; 47 volatile unsigned long SDL_MintAudio_clocktics;
48 cookie_stfa_t *SDL_MintAudio_stfa; 48 cookie_stfa_t *SDL_MintAudio_stfa;
49 49
50 /* MiNT thread variables */ 50 /* MiNT thread variables */
51 SDL_bool SDL_MintAudio_mint_present; 51 SDL_bool SDL_MintAudio_mint_present;
52 SDL_bool SDL_MintAudio_quit_thread; 52 SDL_bool SDL_MintAudio_quit_thread;