| H A D | nsc_gx1_video.c | 894 unsigned short crop = 0; local in function:GX1SetVideoPosition 963 crop = (pGeode->TVOw + pGeode->TVOx); 964 if ((xstart + drw_w) > crop) 965 xend = crop; 966 crop = (pGeode->TVOh + pGeode->TVOy); 967 if ((ystart + drw_h) > crop) 968 yend = crop;
|