aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai/gpu_raster_image.h
diff options
context:
space:
mode:
authornotaz2011-01-02 21:34:51 +0200
committernotaz2011-01-02 21:34:51 +0200
commitbe013764c44be5330e49c3ce13fceec9bacc7ac2 (patch)
treeb0afbbb6112e95358c4008d4e23ff483cf9e8ad4 /plugins/gpu_unai/gpu_raster_image.h
parent7c49c8a2a0cd00c453425b0f88c7b117223c92f4 (diff)
downloadpcsx_rearmed-be013764c44be5330e49c3ce13fceec9bacc7ac2.tar.gz
pcsx_rearmed-be013764c44be5330e49c3ce13fceec9bacc7ac2.tar.bz2
pcsx_rearmed-be013764c44be5330e49c3ce13fceec9bacc7ac2.zip
gpu_unai: warning fix
Diffstat (limited to 'plugins/gpu_unai/gpu_raster_image.h')
-rw-r--r--plugins/gpu_unai/gpu_raster_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu_unai/gpu_raster_image.h b/plugins/gpu_unai/gpu_raster_image.h
index 7984b18..0c82aa9 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<h0;j++)
for(i=0;i<w0;i++)
psxVuw [(1024*((y1+j)&511))+((x1+i)&0x3ff)]=