[Tuxnes-devel] CVS commit log for Tuxnes
Brought to you by:
tmmm
From: Mike M. <ch...@us...> - 2004-07-28 17:44:11
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23101 Modified Files: Tag: tuxnes-0_75_branch configure.in ggi.c renderer.c w.c x11.c Log Message: This will fix the building of x86.S. dnl Check for programs which we might need dnl -------------------------------------------------------------------- +AM_PROG_AS AC_PROG_CC AC_PROG_INSTALL Idle loops need sched_yeld or the more portible usleep. These "Input loops" would be better off with a select, however I'm not at this time sure what we would be selecting for. + if (renderer_data.pause_display) + usleep (16666); } while (renderer_data.pause_display); |