comparison src/timer/riscos/SDL_systimer.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 c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2668:bb3241de289e 2669:e27bdcc80744
128 /* Need to yield to let other threads have a go */ 128 /* Need to yield to let other threads have a go */
129 if (riscos_using_threads) 129 if (riscos_using_threads)
130 pthread_yield(); 130 pthread_yield();
131 #endif 131 #endif
132 132
133 } 133 } while (1);
134 while (1);
135 } 134 }
136 135
137 #if SDL_THREADS_DISABLED 136 #if SDL_THREADS_DISABLED
138 137
139 /* Non-threaded version of timer */ 138 /* Non-threaded version of timer */