comparison test/testdyngl.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 7b53a8401195
children 8d0889509afb
comparison
equal deleted inserted replaced
2668:bb3241de289e 2669:e27bdcc80744
183 if (event.type == SDL_KEYDOWN) 183 if (event.type == SDL_KEYDOWN)
184 done = 1; 184 done = 1;
185 } 185 }
186 186
187 SDL_Delay(20); 187 SDL_Delay(20);
188 } 188 } while (!done);
189 while (!done);
190 189
191 SDL_Quit(); 190 SDL_Quit();
192 return 0; 191 return 0;
193 } 192 }
194 193