Search
lxdream.org :: lxdream/src/pvr2/tacore.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/tacore.c
changeset 1145:45674791c6ad
prev1067:d3c00ffccfcd
author nkeynes
date Wed Jan 19 12:50:48 2011 +1000 (13 years ago)
permissions -rw-r--r--
last change Rip out force_vsync - this didn't work even if it was turned on, which it
wasn't
file annotate diff log raw
1.1 --- a/src/pvr2/tacore.c Sun Jul 05 13:54:48 2009 +1000
1.2 +++ b/src/pvr2/tacore.c Wed Jan 19 12:50:48 2011 +1000
1.3 @@ -126,10 +126,6 @@
1.4 uint32_t detail[8]; /* 0-8 detail words */
1.5 };
1.6
1.7 -struct tile_bounds {
1.8 - int32_t x1, y1, x2, y2;
1.9 -};
1.10 -
1.11 struct pvr2_ta_status {
1.12 int32_t state;
1.13 int32_t width, height; /* Tile resolution, ie 20x15 */
.