From: notaz Date: Sun, 2 Jan 2011 19:34:51 +0000 (+0200) Subject: gpu_unai: warning fix X-Git-Tag: r3~9 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=be013764c44be5330e49c3ce13fceec9bacc7ac2 gpu_unai: warning fix --- diff --git a/plugins/gpu_unai/gpu_raster_image.h b/plugins/gpu_unai/gpu_raster_image.h index 7984b18d..0c82aa97 100644 --- a/plugins/gpu_unai/gpu_raster_image.h +++ b/plugins/gpu_unai/gpu_raster_image.h @@ -84,7 +84,7 @@ INLINE void gpuMoveImage(void) if (((y0+h0)>512)||((x0+w0)>1024)||((y1+h0)>512)||((x1+w0)>1024)) { u16 *psxVuw=GPU_FrameBuffer; - u32 i,j; + s32 i,j; for(j=0;j