X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2Fgpu_raster_line.h;h=4edfa06f9b450684279cc2c435dcc366e680a41d;hp=6d66c7d16f190bcd5e25d3df0f7dcf4aef8e5bfd;hb=f5cc003a66b845bdedae42d323b93ea816cfacdc;hpb=86aad47b0418b1715a4d223adf8f59aa92619d15 diff --git a/plugins/gpu_unai/gpu_raster_line.h b/plugins/gpu_unai/gpu_raster_line.h index 6d66c7d1..4edfa06f 100644 --- a/plugins/gpu_unai/gpu_raster_line.h +++ b/plugins/gpu_unai/gpu_raster_line.h @@ -18,6 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. * ***************************************************************************/ +#define GPU_TESTRANGE(x) { if((u32)(x+1024) > 2047) return; } + /////////////////////////////////////////////////////////////////////////////// // GPU internal line drawing functions