comparison src/audio/windib/SDL_dibaudio.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 866052b01ee5
children e1da92da346c
comparison
equal deleted inserted replaced
2668:bb3241de289e 2669:e27bdcc80744
134 } 134 }
135 } 135 }
136 if (left > 0) { 136 if (left > 0) {
137 SDL_Delay(100); 137 SDL_Delay(100);
138 } 138 }
139 } 139 } while (left > 0);
140 while (left > 0);
141 } 140 }
142 141
143 void 142 void
144 WINWAVEOUT_CloseDevice(_THIS) 143 WINWAVEOUT_CloseDevice(_THIS)
145 { 144 {