Mercurial > sdl-ios-xcode
comparison src/audio/mint/SDL_mintaudio.c @ 1116:080ed9ef0609
Sleep a bit less in thread
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Tue, 16 Aug 2005 09:57:16 +0000 |
parents | 12c49532be00 |
children | 3692456e7b0f |
comparison
equal
deleted
inserted
replaced
1115:040aa1bea9fc | 1116:080ed9ef0609 |
---|---|
172 buffers_filled[0]=SDL_TRUE; | 172 buffers_filled[0]=SDL_TRUE; |
173 buffers_filled[1]=SDL_FALSE; | 173 buffers_filled[1]=SDL_FALSE; |
174 } | 174 } |
175 } | 175 } |
176 | 176 |
177 usleep(1000); | 177 usleep(100); |
178 } | 178 } |
179 SDL_MintAudio_thread_finished = SDL_TRUE; | 179 SDL_MintAudio_thread_finished = SDL_TRUE; |
180 return 0; | 180 return 0; |
181 } | 181 } |
182 | 182 |