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=9ed4ca47610027e8a0448d61389df5a583bd659b;hpb=6983a9ae5accfbb9be955e4b9320fddb7572e00f 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