Search
lxdream.org :: lxdream/src/main.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/main.c
changeset 772:c0b5928dd600
prev759:f16975739abc
next866:86cd01c2b2d3
author nkeynes
date Thu Aug 07 23:32:34 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Unroll first iteration of the bounding loop in ta_commit_polygon - more to
remove the compiler warnings than for performance really.
file annotate diff log raw
1.1 --- a/src/main.c Mon Jul 21 01:01:39 2008 +0000
1.2 +++ b/src/main.c Thu Aug 07 23:32:34 2008 +0000
1.3 @@ -20,8 +20,8 @@
1.4 #include <stdlib.h>
1.5 #include <unistd.h>
1.6 #include <getopt.h>
1.7 +#include "lxdream.h"
1.8 #include "gettext.h"
1.9 -#include "lxdream.h"
1.10 #include "mem.h"
1.11 #include "dreamcast.h"
1.12 #include "dream.h"
.