Search
lxdream.org :: lxdream/test/timer.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/timer.c
changeset 731:ee2e929cca3a
prev272:fb6be85235e8
author nkeynes
date Mon Mar 05 11:41:03 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Small cleanups:
Refactor the post-windowing setup into gl_init_driver() in video_gl.c
Move gl_sl.c into src/drivers and tidy up a bit.
Fix OS X compiling plugins with -mdynamic-no-pic
file annotate diff log raw
1.1 --- a/test/timer.c Thu Jan 11 06:53:31 2007 +0000
1.2 +++ b/test/timer.c Mon Mar 05 11:41:03 2012 +1000
1.3 @@ -1,4 +1,4 @@
1.4 -#include "../lib.h"
1.5 +#include "lib.h"
1.6 #define TMU_CHANNEL 2
1.7 #define BASE_TICKS_PER_US 200
1.8 #define CLOCK_DIVIDER 16
.