notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c49c8a
)
gpu_unai: warning fix
author
notaz
<notasas@gmail.com>
Sun, 2 Jan 2011 19:34:51 +0000
(21:34 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 2 Jan 2011 19:34:51 +0000
(21:34 +0200)
plugins/gpu_unai/gpu_raster_image.h
patch
|
blob
|
blame
|
history
diff --git
a/plugins/gpu_unai/gpu_raster_image.h
b/plugins/gpu_unai/gpu_raster_image.h
index
7984b18
..
0c82aa9
100644
(file)
--- 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;
-
u
32 i,j;
+
s
32 i,j;
for(j=0;j<h0;j++)
for(i=0;i<w0;i++)
psxVuw [(1024*((y1+j)&511))+((x1+i)&0x3ff)]=